File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments