移除由引导页进去主页的延迟操作

This commit is contained in:
kehaoyuan
2019-10-31 18:18:04 +08:00
parent 08bc8bc49e
commit 6b0f298a2d
2 changed files with 2 additions and 2 deletions

View File

@ -135,7 +135,7 @@ public class SplashScreenActivity extends BaseActivity {
requestPermissionAndLaunchMainActivity();
}
} else {
getWindow().getDecorView().postDelayed(this::launchMainActivity, 1000);
launchMainActivity();
}
}