[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