Skip to content

Commit b2f93ad

Browse files
committed
fix bug in toolbar
Signed-off-by: Dev4Mod <[email protected]>
1 parent 12419da commit b2f93ad

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ public void doHook() throws Exception {
9696

9797
propsBoolean.put(9051, true);
9898

99+
// disable new toolbar
100+
propsBoolean.put(11824, false);
101+
propsBoolean.put(6481, false);
102+
99103
propsBoolean.put(6798, true); // show all status
100104
propsBoolean.put(3575, animationEmojis); // auto play emojis settings
101105
propsBoolean.put(9757, animationEmojis); // auto play emojis settings

0 commit comments

Comments
 (0)