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

Commit 02eb84a1 authored by Philip Whitehouse's avatar Philip Whitehouse
Browse files

Don't prevent sending due to address conversion

parent bb514f71
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -114,12 +114,9 @@ public class RecipientPresenter implements PermissionPingCallback {
    }

    public boolean checkRecipientsOkForSending() {
        boolean performedAnyCompletion = recipientMvpView.recipientToTryPerformCompletion() ||
                recipientMvpView.recipientCcTryPerformCompletion() ||
        recipientMvpView.recipientToTryPerformCompletion();
        recipientMvpView.recipientCcTryPerformCompletion();
        recipientMvpView.recipientBccTryPerformCompletion();
        if (performedAnyCompletion) {
            return true;
        }

        if (recipientMvpView.recipientToHasUncompletedText()) {
            recipientMvpView.showToUncompletedError();