Skip to content

Commit

Permalink
feat(Public API): Deprecate HideEmailAddressPatch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Dec 19, 2023
1 parent 3b84305 commit 866bceb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package app.revanced.patches.youtube.layout.hide.personalinformation

import app.revanced.util.exception
import app.revanced.patcher.data.BytecodeContext
import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
Expand All @@ -9,8 +8,10 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage
import app.revanced.patcher.patch.annotation.Patch
import app.revanced.patches.youtube.layout.hide.personalinformation.fingerprints.AccountSwitcherAccessibilityLabelFingerprint
import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
import app.revanced.util.exception
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(
description = "Hides the email address in the account switcher.",
dependencies = [IntegrationsPatch::class, HideEmailAddressResourcePatch::class],
Expand Down

0 comments on commit 866bceb

Please sign in to comment.