1
0
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:
James Cotton 2012-08-05 16:12:25 -05:00
parent eb98baa6cd
commit 91bd93798d

View File

@ -125,6 +125,7 @@ public class ObjectBrowser extends ObjectManagerActivity implements OnSharedPref
selected_index = position;
allObjects.get(position).addUpdatedObserver(updatedObserver);
allObjects.get(position).updateRequested();
updateObject();
}
});