mirror of
https://codeberg.org/tom79/Fedilab.git
synced 2025-01-03 14:40:07 +02:00
some changes
This commit is contained in:
parent
d95e48ef86
commit
5fbc9d54b3
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ public class PeertubeMainActivity extends PeertubeBaseMainActivity {
|
||||||
public void onDestroy() {
|
public void onDestroy() {
|
||||||
super.onDestroy();
|
super.onDestroy();
|
||||||
binding = null;
|
binding = null;
|
||||||
|
typeOfConnection = TypeOfConnection.NORMAL;
|
||||||
LocalBroadcastManager.getInstance(PeertubeMainActivity.this).unregisterReceiver(broadcast_data);
|
LocalBroadcastManager.getInstance(PeertubeMainActivity.this).unregisterReceiver(broadcast_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue