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