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

Commit 985cd859 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #2003 from philipwhiuk/dontHideCC

Don't hide CC and BCC if 'Always show' enabled
parents 177f5df8 963645ca
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) {