mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-30 22:21:02 +00:00
refactor(protonmail): RemoveSentFromSignaturePatch
This commit is contained in:
@@ -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"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user