Bugfix : force a full load of preferences when going to background

This commit is contained in:
Aaron Culliney 2016-05-05 21:50:47 -07:00
parent aad2f0a71e
commit 7d21391efe

View File

@ -254,7 +254,7 @@ public class Apple2Activity extends Activity {
synchronized (this) {
dismissAllMenus();
dismissAllMenus(); // 2nd time should full exit calibration mode (if present)
nativeEmulationPause();
pauseEmulation();
}
mPausing.set(false);