mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-19 10:46:28 +01:00
Merge pull request #1241 from SeannyM/android-fixcrash
[Android] Return to game list instead of exiting app
This commit is contained in:
commit
6eb2b6ef7a
@ -259,7 +259,7 @@ public final class EmulationActivity extends Activity
|
|||||||
builder.setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
|
builder.setPositiveButton(R.string.yes, new DialogInterface.OnClickListener() {
|
||||||
public void onClick(DialogInterface dialog, int which)
|
public void onClick(DialogInterface dialog, int which)
|
||||||
{
|
{
|
||||||
finish();
|
onDestroy();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
builder.show();
|
builder.show();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user