mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-09 19:14:37 +02:00
fix(hide-shorts-component): subscribe button sometimes not hidden after playing general video
This commit is contained in:
parent
478b502550
commit
c598dcd5ea
@ -20,7 +20,6 @@ import app.revanced.patches.shared.patch.mapping.ResourceMappingPatch
|
|||||||
import app.revanced.patches.youtube.ads.general.bytecode.patch.GeneralAdsBytecodePatch
|
import app.revanced.patches.youtube.ads.general.bytecode.patch.GeneralAdsBytecodePatch
|
||||||
import app.revanced.patches.youtube.layout.general.shortscomponent.fingerprints.*
|
import app.revanced.patches.youtube.layout.general.shortscomponent.fingerprints.*
|
||||||
import app.revanced.patches.youtube.misc.litho.patch.LithoFilterPatch
|
import app.revanced.patches.youtube.misc.litho.patch.LithoFilterPatch
|
||||||
import app.revanced.patches.youtube.misc.playertype.patch.PlayerTypeHookPatch
|
|
||||||
import app.revanced.patches.youtube.misc.resourceid.patch.SharedResourceIdPatch
|
import app.revanced.patches.youtube.misc.resourceid.patch.SharedResourceIdPatch
|
||||||
import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
|
import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
|
||||||
import app.revanced.util.bytecode.BytecodeHelper.updatePatchStatus
|
import app.revanced.util.bytecode.BytecodeHelper.updatePatchStatus
|
||||||
@ -41,7 +40,6 @@ import org.jf.dexlib2.iface.reference.FieldReference
|
|||||||
[
|
[
|
||||||
GeneralAdsBytecodePatch::class,
|
GeneralAdsBytecodePatch::class,
|
||||||
LithoFilterPatch::class,
|
LithoFilterPatch::class,
|
||||||
PlayerTypeHookPatch::class,
|
|
||||||
ResourceMappingPatch::class,
|
ResourceMappingPatch::class,
|
||||||
SettingsPatch::class,
|
SettingsPatch::class,
|
||||||
SharedResourceIdPatch::class
|
SharedResourceIdPatch::class
|
||||||
|
Loading…
x
Reference in New Issue
Block a user