1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00

AndroidGCS: Revert a line of c24164d661 which will probably

bring back a memory leak but stops crashing when you reopen the same activity

Bug introduced here again!
This commit is contained in:
James Cotton 2012-08-06 08:49:54 -05:00
parent 5cd670ef49
commit c30598255d

View File

@ -217,7 +217,7 @@ public abstract class ObjectManagerActivity extends Activity {
public void onStop() {
super.onStop();
unbindService(mConnection);
unregisterReceiver(connectedReceiver);
//unregisterReceiver(connectedReceiver);
}
public void onBind() {