mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-15 19:10:10 -07:00
[Mod install] Bug fix: Null pointer exception during instruction 'monitor-enter v1'
This commit is contained in:
parent
d79b12b5b9
commit
e50933fbe1
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ public class JavaGUILauncherActivity extends LoggableActivity {
|
||||||
private File logFile;
|
private File logFile;
|
||||||
private PrintStream logStream;
|
private PrintStream logStream;
|
||||||
|
|
||||||
private Object mDialogLock;
|
private Object mDialogLock = new Object();
|
||||||
|
|
||||||
private boolean isLogAllow, mSkipDetectMod;
|
private boolean isLogAllow, mSkipDetectMod;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue