mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-03 23:33:39 +00:00
Insure that preferences are loaded when handling early crashes
This commit is contained in:
parent
2f8381e4df
commit
d6656a4fff
@ -209,6 +209,7 @@ public class Apple2CrashHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
Apple2Preferences.load(activity);
|
||||
if (!(boolean) Apple2Preferences.getJSONPref(Apple2SettingsMenu.SETTINGS.CRASH)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user