优化Scheme跳转
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user