refactor(protonmail): RemoveSentFromSignaturePatch
This commit is contained in:
parent
c7ea78824a
commit
61225c825c
1 changed files with 4 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
|||
package app.revanced.patches.protonmail.signature
|
||||
|
||||
import app.revanced.patcher.patch.PatchException
|
||||
import app.revanced.patcher.patch.creatingResourcePatch
|
||||
import app.revanced.patcher.patch.resourcePatch
|
||||
import app.revanced.util.findElementByAttributeValue
|
||||
import java.io.File
|
||||
|
||||
@Suppress("unused")
|
||||
val removeSentFromSignaturePatch = resourcePatch(
|
||||
name = "Remove 'Sent from' signature",
|
||||
description = "Removes the 'Sent from Proton Mail mobile' signature from emails.",
|
||||
@Suppress("unused", "ObjectPropertyName")
|
||||
val `Remove 'Sent from' signature` by creatingResourcePatch(
|
||||
description = "Removes the 'Sent from Proton Mail mobile' signature from emails."
|
||||
) {
|
||||
compatibleWith("ch.protonmail.android"("4.15.0"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue