mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
feat(YouTube): Remove Hide email address
patch
This commit is contained in:
parent
bcf5e14b31
commit
3b84305a6b
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ import app.revanced.patches.youtube.misc.integrations.IntegrationsPatch
|
||||||
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
|
|
||||||
@Patch(
|
@Patch(
|
||||||
name = "Hide email address",
|
|
||||||
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],
|
||||||
compatiblePackages = [
|
compatiblePackages = [
|
||||||
|
|
Loading…
Reference in a new issue