forked from mirror/monocles_chat
Private message border around input field
This commit is contained in:
parent
1e1d31bc4d
commit
11c5c24c8b
1 changed files with 1 additions and 1 deletions
|
@ -4176,7 +4176,7 @@ public class ConversationFragment extends XmppFragment
|
|||
}
|
||||
|
||||
public void updateSendButton() {
|
||||
messageListAdapter.setInputBubbleBackgroundColor(binding.messageInputBox, isPrivateMessage());
|
||||
messageListAdapter.setInputBubbleBackgroundColor(binding.input, isPrivateMessage());
|
||||
boolean hasAttachments = mediaPreviewAdapter != null && mediaPreviewAdapter.hasAttachments();
|
||||
boolean useSendButtonToIndicateStatus = activity != null && PreferenceManager.getDefaultSharedPreferences(activity).getBoolean("send_button_status", getResources().getBoolean(R.bool.send_button_status));
|
||||
final Conversation c = this.conversation;
|
||||
|
|
Loading…
Add table
Reference in a new issue