mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
refactor(youtube/general-ads): apply auto-refactor
This commit is contained in:
parent
fb3d3f5cb2
commit
b8256f8727
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class GeneralAdsPatch : BytecodePatch() {
|
|||
if (instruction.opcode != org.jf.dexlib2.Opcode.CONST)
|
||||
return@forEachIndexed
|
||||
// Instruction to store the id adAttribution into a register
|
||||
if ((instruction as Instruction31i).wideLiteral != app.revanced.patches.youtube.ad.general.resource.patch.GeneralAdsResourcePatch.adAttributionId)
|
||||
if ((instruction as Instruction31i).wideLiteral != GeneralAdsResourcePatch.adAttributionId)
|
||||
return@forEachIndexed
|
||||
|
||||
val insertIndex = index + 1
|
||||
|
|
Loading…
Reference in a new issue