Migrate to a new, updated popup bubble based on MaterialButton

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-08-04 23:47:02 +02:00
parent 2e8ea52e89
commit e76669439f
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B
2 changed files with 2 additions and 5 deletions

View File

@ -651,8 +651,7 @@ class ChatController(args: Bundle) :
}
}
binding.popupBubbleView.setTextColor(Color.WHITE)
binding.popupBubbleView.setIconTint(ColorStateList.valueOf(Color.WHITE))
viewThemeUtils.colorMaterialButtonPrimaryFilled(binding.popupBubbleView)
binding.messageInputView.setPadding(0, 0, 0, 0)

View File

@ -806,9 +806,7 @@ public class ConversationsListController extends BaseController implements Flexi
recyclerView.smoothScrollToPosition(nextUnreadConversationScrollPosition);
}
});
newMentionPopupBubble.setTextColor(Color.WHITE);
newMentionPopupBubble.setIconTint(ColorStateList.valueOf(Color.WHITE));
viewThemeUtils.colorMaterialButtonPrimaryFilled(newMentionPopupBubble);
}
private void checkToShowUnreadBubble() {