mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
AndroidGCS: Suppress some warnings from Controller.java
This commit is contained in:
parent
882f23b344
commit
89997de1cc
@ -70,7 +70,6 @@ public class Controller extends ObjectManagerActivity {
|
|||||||
public void onCreate(Bundle savedInstanceState) {
|
public void onCreate(Bundle savedInstanceState) {
|
||||||
super.onCreate(savedInstanceState);
|
super.onCreate(savedInstanceState);
|
||||||
setContentView(R.layout.controller);
|
setContentView(R.layout.controller);
|
||||||
TextView manualView = (TextView) findViewById(R.id.manualControlValues);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Observer settingsUpdated = new Observer() {
|
Observer settingsUpdated = new Observer() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user