1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Fix: Revert change to ObjectBrowser

This commit is contained in:
James Cotton 2012-08-09 23:24:36 -05:00
parent 7a42c7b10e
commit f13f977177

View File

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