hide button when scrolling to unread mention

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-12-23 17:39:52 +01:00 committed by Marcel Hibbe
parent b6320287d5
commit d5968100dc
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -1043,6 +1043,7 @@ class ConversationsListActivity :
nextUnreadConversationScrollPosition, nextUnreadConversationScrollPosition,
binding.recyclerView.height / OFFSET_HEIGHT_DIVIDER binding.recyclerView.height / OFFSET_HEIGHT_DIVIDER
) )
binding.newMentionPopupBubble.visibility = View.GONE
} }
binding.newMentionPopupBubble.let { viewThemeUtils.material.colorMaterialButtonPrimaryFilled(it) } binding.newMentionPopupBubble.let { viewThemeUtils.material.colorMaterialButtonPrimaryFilled(it) }
} }