mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-19 17:13:59 +00:00
refactor(protonmail): RemoveFreeAccountsLimitPatch
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package app.revanced.patches.protonmail.account
|
||||
|
||||
import app.revanced.patcher.patch.resourcePatch
|
||||
import app.revanced.patcher.patch.creatingResourcePatch
|
||||
import app.revanced.util.findElementByAttributeValueOrThrow
|
||||
|
||||
@Suppress("unused")
|
||||
val removeFreeAccountsLimitPatch = resourcePatch(
|
||||
name = "Remove free accounts limit",
|
||||
description = "Removes the limit for maximum free accounts logged in.",
|
||||
@Suppress("unused", "ObjectPropertyName")
|
||||
val `Remove free accounts limit` by creatingResourcePatch(
|
||||
description = "Removes the limit for maximum free accounts logged in."
|
||||
) {
|
||||
compatibleWith("ch.protonmail.android"("4.15.0"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user