Fixed crash

pull/178/head
M66B 5 years ago
parent e2b128b985
commit ef24584b45

@ -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();
}

Loading…
Cancel
Save