refactor(protonmail): RemoveFreeAccountsLimitPatch
This commit is contained in:
parent
6a4c03220e
commit
c7ea78824a
1 changed files with 4 additions and 5 deletions
|
|
@ -1,12 +1,11 @@
|
||||||
package app.revanced.patches.protonmail.account
|
package app.revanced.patches.protonmail.account
|
||||||
|
|
||||||
import app.revanced.patcher.patch.resourcePatch
|
import app.revanced.patcher.patch.creatingResourcePatch
|
||||||
import app.revanced.util.findElementByAttributeValueOrThrow
|
import app.revanced.util.findElementByAttributeValueOrThrow
|
||||||
|
|
||||||
@Suppress("unused")
|
@Suppress("unused", "ObjectPropertyName")
|
||||||
val removeFreeAccountsLimitPatch = resourcePatch(
|
val `Remove free accounts limit` by creatingResourcePatch(
|
||||||
name = "Remove free accounts limit",
|
description = "Removes the limit for maximum free accounts logged in."
|
||||||
description = "Removes the limit for maximum free accounts logged in.",
|
|
||||||
) {
|
) {
|
||||||
compatibleWith("ch.protonmail.android"("4.15.0"))
|
compatibleWith("ch.protonmail.android"("4.15.0"))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue