Loading k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java +3 −6 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
k9mail/src/main/java/com/fsck/k9/activity/compose/RecipientPresenter.java +3 −6 Original line number Diff line number Diff line Loading @@ -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(); Loading