Skip to content

Commit

Permalink
Fix Line not locking (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Jul 2, 2015
1 parent 2f8d0b5 commit aaf21e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/de/Maxr1998/xposed/maxlock/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public class Main implements IXposedHookZygoteInit, IXposedHookLoadPackage {
"com.whatsapp.Main",
"cum.whatsfapp.Main",
"jp.co.johospace.jorte.MainActivity",
"jp.naver.line.android.activity.SplashActivity",
"se.feomedia.quizkampen.act.login.MainActivity"
}));
private static XSharedPreferences PREFS_APPS, PREFS_TEMP/*, PREFS_IMOD*/;
Expand Down

0 comments on commit aaf21e8

Please sign in to comment.