mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-27 17:08:34 +03:00
correct themeing for reactions bottom sheet
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
parent
02e18046cf
commit
b2e21aef7c
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,7 @@ class ShowReactionsDialog(
|
|||
binding = DialogMessageReactionsBinding.inflate(layoutInflater)
|
||||
setContentView(binding.root)
|
||||
window?.setLayout(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT)
|
||||
viewThemeUtils.themeDialog(binding.root)
|
||||
adapter = ReactionsAdapter(this, user)
|
||||
binding.reactionsList.adapter = adapter
|
||||
binding.reactionsList.layoutManager = LinearLayoutManager(context)
|
||||
|
@ -148,6 +149,8 @@ class ShowReactionsDialog(
|
|||
})
|
||||
|
||||
viewThemeUtils.colorTabLayout(binding.emojiReactionsTabs)
|
||||
binding.emojiReactionsTabs.setBackgroundColor(
|
||||
viewThemeUtils.getScheme(binding.emojiReactionsTabs .context).surface)
|
||||
|
||||
updateParticipantsForEmoji(chatMessage, tagAll)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue