Commit 5fbc9d54 authored by Thomas's avatar Thomas
Browse files

some changes

parent d95e48ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -147,6 +147,7 @@ public class PeertubeMainActivity extends PeertubeBaseMainActivity {
    public void onDestroy() {
        super.onDestroy();
        binding = null;
        typeOfConnection = TypeOfConnection.NORMAL;
        LocalBroadcastManager.getInstance(PeertubeMainActivity.this).unregisterReceiver(broadcast_data);
    }