mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-03 08:04:36 +02:00
fix(youtube/hide-suggested-actions): not hidden normally in some situations
This commit is contained in:
parent
837a54c0f5
commit
3d6307f90f
@ -17,6 +17,7 @@ import app.revanced.patches.youtube.utils.annotations.YouTubeCompatibility
|
||||
import app.revanced.patches.youtube.utils.litho.patch.LithoFilterPatch
|
||||
import app.revanced.patches.youtube.utils.resourceid.patch.SharedResourceIdPatch
|
||||
import app.revanced.patches.youtube.utils.settings.resource.patch.SettingsPatch
|
||||
import app.revanced.util.bytecode.BytecodeHelper.updatePatchStatus
|
||||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||
|
||||
@Patch
|
||||
@ -49,6 +50,8 @@ class SuggestedActionsPatch : BytecodePatch(
|
||||
}
|
||||
} ?: return SuggestedActionsFingerprint.toErrorResult()
|
||||
|
||||
context.updatePatchStatus("SuggestedActions")
|
||||
|
||||
/**
|
||||
* Add settings
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user