Merge branch 'feature/v1.0.4.1' into feature/v1.0.5

This commit is contained in:
wangcongtao
2020-04-29 16:23:42 +08:00
5 changed files with 122 additions and 161 deletions

View File

@@ -274,7 +274,6 @@ public class EntranceFragment extends MvpFragment< EntranceView, EntrancePresent
@Override
public void onIntentReceived( String intentStr, Intent intent ) {
int key_type = intent.getIntExtra( "KEY_TYPE", 0 );
int type = intent.getIntExtra( "EXTRA_TYPE", -1 );
int opera_type = intent.getIntExtra( "EXTRA_OPERA", -1 );
if ( key_type == 10027 ) {