fix
This commit is contained in:
parent
691f57849f
commit
71f3d83558
1 changed files with 2 additions and 2 deletions
|
|
@ -10,11 +10,11 @@ import app.revanced.patcher.string
|
|||
import com.android.tools.smali.dexlib2.iface.ClassDef
|
||||
|
||||
internal val BytecodePatchContext.getAuthorizationStringMethodMatch by composingFirstMethod {
|
||||
instructions(string { startsWith("authorize.compact?client_id") })
|
||||
instructions(string { contains("authorize.compact?client_id") })
|
||||
}
|
||||
|
||||
internal val ClassDef.getBearerTokenMethodMatch by ClassDefComposing.composingFirstMethod {
|
||||
instructions(string { startsWith("Basic") })
|
||||
instructions(string { contains("Basic") })
|
||||
}
|
||||
|
||||
internal val BytecodePatchContext.getUserAgentMethod by gettingFirstMethod(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue