File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/src/main/java/com/wmods/wppenhacer/xposed/core/devkit Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1543,7 +1543,7 @@ public synchronized static Method loadSendAudioTypeMethod(ClassLoader classLoade
15431543
15441544 public synchronized static Field loadOriginFMessageField (ClassLoader classLoader ) throws Exception {
15451545 return UnobfuscatorCache .getInstance ().getField (classLoader , () -> {
1546- var result = dexkit .findMethod (new FindMethod ().matcher (new MethodMatcher ().addUsingString ("audio/ogg; codecs=opus" , StringMatchType .Contains ). paramCount ( 0 ). returnType ( boolean . class ) ));
1546+ var result = dexkit .findMethod (new FindMethod ().matcher (new MethodMatcher ().addUsingString ("audio/ogg; codecs=opus" , StringMatchType .Contains )));
15471547 var clazz = loadFMessageClass (classLoader );
15481548 if (result .isEmpty ()) throw new RuntimeException ("OriginFMessageField not found" );
15491549 var fields = result .get (0 ).getUsingFields ();
You can’t perform that action at this time.
0 commit comments