forked from mirror/monocles_chat
Fix up show/hide quick action buttons
This commit is contained in:
parent
aec7fc25b8
commit
715175663d
1 changed files with 1 additions and 0 deletions
|
@ -4231,6 +4231,7 @@ public class ConversationFragment extends XmppFragment
|
|||
params.width = identiconWidth;
|
||||
binding.quickButtons.setVisibility(VISIBLE);
|
||||
} else {
|
||||
binding.quickButtons.setVisibility(VISIBLE);
|
||||
params.width = 0;
|
||||
}
|
||||
if (!canWrite()) params.width = 0;
|
||||
|
|
Loading…
Reference in a new issue