[2.13.0] code style

This commit is contained in:
zhongchao
2022-11-22 11:43:15 +08:00
parent 16f0076922
commit ff6d53bc44

View File

@@ -130,6 +130,7 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
protected void onPause() {
super.onPause();
mIsHomeKeyDown = false;
unregisterReceiver(this.mBluetoothReceiver);
}
@Override
@@ -198,7 +199,6 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
// 移除换肤监听
CallerSkinModeListenerManager.INSTANCE.removeListener(TAG);
EventBus.getDefault().unregister(this);
unregisterReceiver(this.mBluetoothReceiver);
}
private void stopCountDown() {