Merge pull request #2003 from philipwhiuk/dontHideCC
Don't hide CC and BCC if 'Always show' enabled
This commit is contained in:
commit
985cd8593c
1 changed files with 3 additions and 1 deletions
|
@ -541,7 +541,9 @@ public class RecipientPresenter implements PermissionPingCallback {
|
|||
}
|
||||
|
||||
public void onNonRecipientFieldFocused() {
|
||||
hideEmptyExtendedRecipientFields();
|
||||
if (!account.isAlwaysShowCcBcc()) {
|
||||
hideEmptyExtendedRecipientFields();
|
||||
}
|
||||
}
|
||||
|
||||
public void onClickCryptoStatus() {
|
||||
|
|
Loading…
Reference in a new issue