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
3be2485b5e
commit
98f3fcb8da
@ -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