Browse Source

Show cc/bcc on reply all

main
M66B 6 years ago
parent
commit
261bcd9651
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/src/main/java/eu/faircode/email/FragmentCompose.java

+ 1
- 1
app/src/main/java/eu/faircode/email/FragmentCompose.java View File

@ -111,7 +111,7 @@ public class FragmentCompose extends FragmentEx {
grpCc = view.findViewById(R.id.grpCc);
grpReady = view.findViewById(R.id.grpReady);
grpCc.setVisibility(View.GONE);
grpCc.setVisibility("reply_all".equals(action) ? View.VISIBLE : View.GONE);
etBody.setMovementMethod(LinkMovementMethod.getInstance());
// Wire controls


Loading…
Cancel
Save