Skip to content

Commit 4f847e8

Browse files
committed
fix 25.11 support
1 parent ba1b5e9 commit 4f847e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1113,6 +1113,7 @@ public synchronized static Method loadGetEditMessageMethod(ClassLoader loader) t
11131113
public synchronized static Field loadSetEditMessageField(ClassLoader loader) throws Exception {
11141114
return UnobfuscatorCache.getInstance().getField(loader, () -> {
11151115
var method = findFirstMethodUsingStrings(loader, StringMatchType.Contains, "CoreMessageStore/updateCheckoutMessageWithTransactionInfo");
1116+
if (method == null) method = findFirstMethodUsingStrings(loader, StringMatchType.Contains, "UPDATE_MESSAGE_ADD_ON_FLAGS_MAIN_SQL");
11161117
var classData = dexkit.getClassData(loadFMessageClass(loader));
11171118
var methodData = dexkit.getMethodData(DexSignUtil.getMethodDescriptor(method));
11181119
var usingFields = methodData.getUsingFields();

0 commit comments

Comments
 (0)