We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppModuleApplication中的以下代码会导致启动速度变慢1秒
@Override public void onCreate(@NonNull Application app) { try { Thread.sleep(1000); } catch (InterruptedException e) { // ignore } Router.addRouterListener(listener); }
The text was updated successfully, but these errors were encountered:
这不是 Demo 中的吗? 对你真实使用有啥影响吗?
Sorry, something went wrong.
启动速度会慢1秒钟,看起来去掉是没有影响的
这是我的 Demo 代码呀. 你项目中用的版本是没有这部分 Demo 代码的 所以我不太理解一定要去掉做啥, 我当时是为了测试一些场景才写的. 对别人项目中使用没有影响呀
No branches or pull requests
AppModuleApplication中的以下代码会导致启动速度变慢1秒
The text was updated successfully, but these errors were encountered: