Private message border around input field

This commit is contained in:
Arne 2023-11-01 04:26:10 +01:00
parent 1e1d31bc4d
commit 11c5c24c8b

View file

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