[Mobile] ExceptionInInitializerError (forge.screens.FScreen in <init>)

- it seems it was trying to draw the bug reporter interface while ending the graphics if sentry is not enabled
This commit is contained in:
Anthony Calosa
2021-05-01 13:15:10 +08:00
parent 7842b7e0fd
commit fa4e4cb2bb
2 changed files with 10 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ public class BugReporter {
}
}
private static boolean isSentryEnabled() {
public static boolean isSentryEnabled() {
return FModel.getPreferences().getPrefBoolean(ForgePreferences.FPref.USE_SENTRY);
}
/**