File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/kotlin/app/revanced/patches/youtube/layout/hide/personalinformation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11package app.revanced.patches.youtube.layout.hide.personalinformation
22
3- import app.revanced.util.exception
43import app.revanced.patcher.data.BytecodeContext
54import app.revanced.patcher.extensions.InstructionExtensions.addInstructions
65import app.revanced.patcher.extensions.InstructionExtensions.getInstruction
@@ -9,8 +8,10 @@ import app.revanced.patcher.patch.annotation.CompatiblePackage
98import app.revanced.patcher.patch.annotation.Patch
109import app.revanced.patches.youtube.layout.hide.personalinformation.fingerprints.AccountSwitcherAccessibilityLabelFingerprint
1110import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
11+ import app.revanced.util.exception
1212import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
1313
14+ @Deprecated(" This patch is no longer working and will be removed in a future release." )
1415@Patch(
1516 description = " Hides the email address in the account switcher." ,
1617 dependencies = [IntegrationsPatch ::class , HideEmailAddressResourcePatch ::class ],
You can’t perform that action at this time.
0 commit comments