(Android Phoenix) Close CoreSelection activity after having launched a game
This commit is contained in:
parent
8286e30b6b
commit
b0644e2f71
|
@ -317,9 +317,11 @@ public class CoreSelection extends Activity implements
|
|||
myIntent.putExtra("CONFIGFILE", getDefaultConfigPath());
|
||||
myIntent.putExtra("IME", current_ime);
|
||||
startActivity(myIntent);
|
||||
finish();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue