mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-08 19:16:58 +01:00
feat(Public API): Deprecate HideEmailAddressPatch
This commit is contained in:
parent
3b84305a6b
commit
866bcebdd9
@ -1,6 +1,5 @@
|
|||||||
package app.revanced.patches.youtube.layout.hide.personalinformation
|
package app.revanced.patches.youtube.layout.hide.personalinformation
|
||||||
|
|
||||||
import app.revanced.util.exception
|
|
||||||
import app.revanced.patcher.data.BytecodeContext
|
import app.revanced.patcher.data.BytecodeContext
|
||||||
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
|
||||||
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
|
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
|
||||||
@ -9,8 +8,10 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage
|
|||||||
import app.revanced.patcher.patch.annotation.Patch
|
import app.revanced.patcher.patch.annotation.Patch
|
||||||
import app.revanced.patches.youtube.layout.hide.personalinformation.fingerprints.AccountSwitcherAccessibilityLabelFingerprint
|
import app.revanced.patches.youtube.layout.hide.personalinformation.fingerprints.AccountSwitcherAccessibilityLabelFingerprint
|
||||||
import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
|
import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
|
||||||
|
import app.revanced.util.exception
|
||||||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
|
@Deprecated("This patch is no longer working and will be removed in a future release.")
|
||||||
@Patch(
|
@Patch(
|
||||||
description = "Hides the email address in the account switcher.",
|
description = "Hides the email address in the account switcher.",
|
||||||
dependencies = [IntegrationsPatch::class, HideEmailAddressResourcePatch::class],
|
dependencies = [IntegrationsPatch::class, HideEmailAddressResourcePatch::class],
|
||||||
|
Loading…
Reference in New Issue
Block a user