mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
[Mod install] Bug fix: Null pointer exception during instruction 'monitor-enter v1'
This commit is contained in:
parent
d79b12b5b9
commit
e50933fbe1
@ -23,7 +23,7 @@ public class JavaGUILauncherActivity extends LoggableActivity {
|
||||
private File logFile;
|
||||
private PrintStream logStream;
|
||||
|
||||
private Object mDialogLock;
|
||||
private Object mDialogLock = new Object();
|
||||
|
||||
private boolean isLogAllow, mSkipDetectMod;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user