添加简单的页面快速跳转功能

This commit is contained in:
juntao
2020-08-11 10:38:14 +08:00
parent 1b946c325c
commit e80b198aa5
4 changed files with 107 additions and 3 deletions

View File

@ -244,6 +244,12 @@ public class MainActivity extends BaseActivity {
doSkip();
}
if (BuildConfig.DEBUG) {
handler.postDelayed(() -> {
EntranceUtils.jumpShortcut(this);
}, 500);
}
handler.postDelayed(() -> {
PushHelper.postPushClickAction(this.getApplicationContext(), null);
}, 2000);