fix(Letterboxd - Hide ads): Fix patch by returning the correct return type (#6527)
This commit is contained in:
parent
debf297d9e
commit
80c34b9d74
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ val hideAdsPatch = bytecodePatch(
|
||||||
execute {
|
execute {
|
||||||
admobHelperSetShowAdsFingerprint.method.addInstruction(0, "const p1, 0x0")
|
admobHelperSetShowAdsFingerprint.method.addInstruction(0, "const p1, 0x0")
|
||||||
listOf(admobHelperShouldShowAdsFingerprint, filmFragmentShowAdsFingerprint, memberExtensionShowAdsFingerprint).forEach {
|
listOf(admobHelperShouldShowAdsFingerprint, filmFragmentShowAdsFingerprint, memberExtensionShowAdsFingerprint).forEach {
|
||||||
it.method.returnEarly(false)
|
it.method.returnEarly()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue