We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02a83a8 + 4bf4945 commit b3a6c7aCopy full SHA for b3a6c7a
app/src/main/java/com/wmods/wppenhacer/xposed/features/general/Others.java
@@ -86,7 +86,7 @@ public void doHook() throws Exception {
86
propsInteger.put(3877, oldStatus ? igstatus ? 2 : 0 : 2);
87
propsBoolean.put(5171, filterSeen);
88
propsBoolean.put(4497, menuWIcons);
89
- propsBoolean.put(4023, newSettings);
+ propsBoolean.put(4023, false);
90
propsBoolean.put(14862, newSettings);
91
propsInteger.put(18564, newSettings ? 1 : 0);
92
@@ -671,4 +671,4 @@ protected void afterHookedMethod(MethodHookParam param) throws Throwable {
671
public String getPluginName() {
672
return "Others";
673
}
674
-}
+}
0 commit comments