mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-01 02:21:26 +02:00
[Android] Return to game list instead of exiting app
This commit is contained in:
parent
677d74df88
commit
17f0fdb18f
@ -259,7 +259,7 @@ public final class EmulationActivity extends Activity
|
||||
builder.setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
|
||||
public void onClick(DialogInterface dialog, int which)
|
||||
{
|
||||
finish();
|
||||
onDestroy();
|
||||
}
|
||||
});
|
||||
builder.show();
|
||||
|
Loading…
Reference in New Issue
Block a user