mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Fixed small memory leak
This commit is contained in:
@@ -1047,6 +1047,7 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
|
||||
|
||||
@Override
|
||||
protected void onDestroy() {
|
||||
lastSnackbar = null;
|
||||
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(this);
|
||||
lbm.unregisterReceiver(creceiver);
|
||||
super.onDestroy();
|
||||
|
||||
Reference in New Issue
Block a user