Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit bb0b59da authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #4772 from k9mail/fix_disable_encryption

Disable encryption when selecting "disable encryption" in dialog
parents e2fa369c fee3f2e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -802,7 +802,7 @@ public class RecipientPresenter {
    }

    public void onCryptoPgpClickDisable() {
        onCryptoModeChanged(CryptoMode.NO_CHOICE);
        onCryptoModeChanged(CryptoMode.CHOICE_DISABLED);
    }

    public void onCryptoPgpSignOnlyDisabled() {