Skip to content

Commit 7fb40fa

Browse files
committed
Fix auto transcription in new audio messages
1 parent ad4efcb commit 7fb40fa

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,11 @@ public void doHook() throws Exception {
127127
if (audio_transcription) {
128128
Others.propsBoolean.put(8632, true);
129129
Others.propsBoolean.put(2890, true);
130-
Others.propsBoolean.put(9215, true);
130+
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);
131135
}
132136

133137
if (verticalStatus) {

0 commit comments

Comments
 (0)