1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

Fix: Revert change to ObjectBrowser

This commit is contained in:
James Cotton 2012-08-09 23:24:36 -05:00
parent 5443dbb4ca
commit 3076a81347

View File

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