Insure that preferences are loaded when handling early crashes

This commit is contained in:
Aaron Culliney 2016-10-23 12:11:15 -07:00
parent 2f8381e4df
commit d6656a4fff

View File

@ -209,6 +209,7 @@ public class Apple2CrashHandler {
return;
}
Apple2Preferences.load(activity);
if (!(boolean) Apple2Preferences.getJSONPref(Apple2SettingsMenu.SETTINGS.CRASH)) {
return;
}