优化Scheme跳转

This commit is contained in:
tongchenfei
2020-11-04 20:31:38 +08:00
parent aaa955a1fd
commit 9ded30cc67
4 changed files with 14 additions and 9 deletions

View File

@@ -23,7 +23,7 @@ public class MainIndependentActivity extends MainActivity {
protected void onCreate( @Nullable Bundle savedInstanceState ) {
super.onCreate( savedInstanceState );
// 独立app需要在onCreate里面增加处理scheme的情况
mPresenter.handleSchemeIntent( getIntent() );
mPresenter.handleSchemeIntent( getIntent(), false );
}
@Override