1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Fixed crash

This commit is contained in:
M66B 2020-05-05 19:20:39 +02:00
parent e2b128b985
commit ef24584b45

View file

@ -636,7 +636,8 @@ public class ActivityView extends ActivityBilling implements FragmentManager.OnB
@Override
protected void onDestroy() {
unregisterReceiver(creceiver);
LocalBroadcastManager lbm = LocalBroadcastManager.getInstance(this);
lbm.unregisterReceiver(creceiver);
super.onDestroy();
}