refactor(protonmail): RemoveSentFromSignaturePatch

This commit is contained in:
Pun Butrach
2026-01-12 00:10:19 +07:00
parent c7ea78824a
commit 61225c825c

View File

@@ -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"))