mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-19 09:54:15 +01:00
AndroidGCS: Revert a line of c24164d661b292cfad5be1e40fe0f9244ec7fffc 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:
parent
f3dd96ed1d
commit
3eb84e188e
@ -217,7 +217,7 @@ public abstract class ObjectManagerActivity extends Activity {
|
||||
public void onStop() {
|
||||
super.onStop();
|
||||
unbindService(mConnection);
|
||||
unregisterReceiver(connectedReceiver);
|
||||
//unregisterReceiver(connectedReceiver);
|
||||
}
|
||||
|
||||
public void onBind() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user