This commit is contained in:
lixiaopeng
2022-08-30 15:10:28 +08:00
parent 999f300afa
commit b18cae9677
2 changed files with 5 additions and 12 deletions

View File

@@ -271,12 +271,6 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
}
return super.dispatchTouchEvent(event);
// if (SharedPrefsMgr.getInstance(getContext()).getBoolean("BLUETOOTH", false)) {
// return false;
// } else {
// return super.dispatchTouchEvent(event);
// }
}
@Override
@@ -380,7 +374,6 @@ public class MainLauncherActivity extends MainActivity implements IMogoIntentLis
connectBluetooth(); //主动连接一次
}, 4000L);
}
} catch (NoSuchMethodException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {