mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
AndroidGCS: UAVO browser requests an update when it displays objects to make
sure they are current. For some reason some settings aren't properly getting initialized on connection.
This commit is contained in:
parent
eb98baa6cd
commit
91bd93798d
@ -125,6 +125,7 @@ public class ObjectBrowser extends ObjectManagerActivity implements OnSharedPref
|
||||
|
||||
selected_index = position;
|
||||
allObjects.get(position).addUpdatedObserver(updatedObserver);
|
||||
allObjects.get(position).updateRequested();
|
||||
updateObject();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user