File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
java/com/wmods/wppenhacer/xposed/core/devkit Expand file tree Collapse file tree 2 files changed +3
-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 ();
Original file line number Diff line number Diff line change 125125 <item >2.25.8.xx</item >
126126 <item >2.25.9.xx</item >
127127 <item >2.25.10.xx</item >
128+ <item >2.25.11.xx</item >
128129 </string-array >
129130 <string-array name =" supported_versions_business" >
130131 <item >2.25.5.xx</item >
133134 <item >2.25.8.xx</item >
134135 <item >2.25.9.xx</item >
135136 <item >2.25.10.xx</item >
137+ <item >2.25.11.xx</item >
136138 </string-array >
137139 <string-array name =" image_picker" >
138140 <item >image/*</item >
You can’t perform that action at this time.
0 commit comments