version:1.8.9

fix:
update:密码界面统一,增加权限说明页面
This commit is contained in:
2024-09-05 09:36:49 +08:00
parent d73f0f1371
commit 58b3e18727
47 changed files with 3415 additions and 443 deletions

View File

@@ -36,9 +36,9 @@ public class MainService extends BaseRxService implements MainSContact.MainSView
@Override
public void onConnected(NetworkUtils.NetworkType networkType) {
Log.e(TAG, "onConnected: ");
if (Utils.isScreenOn(MainService.this)) {
mPresenter.getCloudLessonSettings();
}
// if (Utils.isScreenOn(MainService.this)) {
// mPresenter.getCloudLessonSettings();
// }
}
@Override