(Android Phoenix) Close CoreSelection activity after having launched a game

This commit is contained in:
twinaphex 2013-08-13 20:26:21 +02:00
parent 8286e30b6b
commit b0644e2f71
1 changed files with 2 additions and 0 deletions

View File

@ -317,9 +317,11 @@ public class CoreSelection extends Activity implements
myIntent.putExtra("CONFIGFILE", getDefaultConfigPath());
myIntent.putExtra("IME", current_ime);
startActivity(myIntent);
finish();
}
break;
}
}
@Override