[Android] Return true upon displaying the exit confirmations dialog in EmulationActivity.java. Now multiple games can be launched like normal. Previously it was returning false.

This commit is contained in:
Lioncash 2013-09-27 18:17:29 -04:00
parent 69d2ecff52
commit 1c4c00d171

View File

@ -229,6 +229,7 @@ public final class EmulationActivity extends Activity
}
});
builder.show();
return true;
}
default: