mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-25 11:30:06 +00:00
Bugfix : force a full load of preferences when going to background
This commit is contained in:
parent
aad2f0a71e
commit
7d21391efe
@ -254,7 +254,7 @@ public class Apple2Activity extends Activity {
|
|||||||
synchronized (this) {
|
synchronized (this) {
|
||||||
dismissAllMenus();
|
dismissAllMenus();
|
||||||
dismissAllMenus(); // 2nd time should full exit calibration mode (if present)
|
dismissAllMenus(); // 2nd time should full exit calibration mode (if present)
|
||||||
nativeEmulationPause();
|
pauseEmulation();
|
||||||
}
|
}
|
||||||
|
|
||||||
mPausing.set(false);
|
mPausing.set(false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user