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

Commit 963645ca authored by Philip Whitehouse's avatar Philip Whitehouse
Browse files

Don't hide CC and BCC if 'Always show' enabled

parent 6beb9902
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -541,8 +541,10 @@ public class RecipientPresenter implements PermissionPingCallback {
    }

    public void onNonRecipientFieldFocused() {
        if (!account.isAlwaysShowCcBcc()) {
            hideEmptyExtendedRecipientFields();
        }
    }

    public void onClickCryptoStatus() {
        switch (cryptoProviderState) {