mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-28 13:11:03 +00:00
fix(Letterboxd - Hide ads): Fix patch by returning the correct return type (#6527)
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user