mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
[Android] Finish the RetroTVMode activity when it launches the activity within its onCreate. Avoids a blank view when the launched activity finishes.
This commit is contained in:
parent
4b79284064
commit
4368467977
@ -30,6 +30,7 @@ public final class RetroTVMode extends Activity
|
||||
myIntent.putExtra("CONFIGFILE", UserPreferences.getDefaultConfigPath(this));
|
||||
myIntent.putExtra("IME", current_ime);
|
||||
startActivity(myIntent);
|
||||
finish();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user