We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4efcb commit 7fb40faCopy full SHA for 7fb40fa
app/src/main/java/com/wmods/wppenhacer/xposed/features/general/Others.java
@@ -127,7 +127,11 @@ public void doHook() throws Exception {
127
if (audio_transcription) {
128
Others.propsBoolean.put(8632, true);
129
Others.propsBoolean.put(2890, true);
130
- Others.propsBoolean.put(9215, true);
+ Others.propsBoolean.put(9215, false);
131
+ Others.propsBoolean.put(9216, true);
132
+ Others.propsBoolean.put(6808, true);
133
+ Others.propsBoolean.put(10286, true);
134
+ Others.propsBoolean.put(11596, true);
135
}
136
137
if (verticalStatus) {
0 commit comments