Show cc/bcc on reply all

pull/12/merge
M66B 6 years ago
parent f4b1ffd801
commit 261bcd9651

@ -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