Show cc/bcc on reply all

This commit is contained in:
M66B 2018-08-05 19:04:59 +00:00
parent f4b1ffd801
commit 261bcd9651
1 changed files with 1 additions and 1 deletions

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