Skip to content

Commit 9cc7430

Browse files
frknkrc44Dev4Mod
authored andcommitted
fix CheckSupportLanguage
1 parent 179c404 commit 9cc7430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit/Unobfuscator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1754,7 +1754,7 @@ public static synchronized Method loadTranscribeMethod(ClassLoader classLoader)
17541754
}
17551755

17561756
public static synchronized Method loadCheckSupportLanguage(ClassLoader classLoader) throws Exception {
1757-
return UnobfuscatorCache.getInstance().getMethod(classLoader, () -> findFirstMethodUsingStrings(classLoader, StringMatchType.Equals, "Unsupported language"));
1757+
return UnobfuscatorCache.getInstance().getMethod(classLoader, () -> findFirstMethodUsingStrings(classLoader, StringMatchType.Contains, "Unsupported language"));
17581758
}
17591759

17601760
public static synchronized Class loadUnkTranscript(ClassLoader classLoader) throws Exception {

0 commit comments

Comments
 (0)