Skip to content

Commit b3a6c7a

Browse files
authored
Merge pull request #521 from mohdafix/pr/others-feature
Fix new style setting
2 parents 02a83a8 + 4bf4945 commit b3a6c7a

File tree

1 file changed

+2
-2
lines changed
  • app/src/main/java/com/wmods/wppenhacer/xposed/features/general

1 file changed

+2
-2
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/features/general/Others.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void doHook() throws Exception {
8686
propsInteger.put(3877, oldStatus ? igstatus ? 2 : 0 : 2);
8787
propsBoolean.put(5171, filterSeen);
8888
propsBoolean.put(4497, menuWIcons);
89-
propsBoolean.put(4023, newSettings);
89+
propsBoolean.put(4023, false);
9090
propsBoolean.put(14862, newSettings);
9191
propsInteger.put(18564, newSettings ? 1 : 0);
9292

@@ -671,4 +671,4 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
671671
public String getPluginName() {
672672
return "Others";
673673
}
674-
}
674+
}

0 commit comments

Comments
 (0)