mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
hide button when scrolling to unread mention
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
b6320287d5
commit
d5968100dc
@ -1043,6 +1043,7 @@ class ConversationsListActivity :
|
||||
nextUnreadConversationScrollPosition,
|
||||
binding.recyclerView.height / OFFSET_HEIGHT_DIVIDER
|
||||
)
|
||||
binding.newMentionPopupBubble.visibility = View.GONE
|
||||
}
|
||||
binding.newMentionPopupBubble.let { viewThemeUtils.material.colorMaterialButtonPrimaryFilled(it) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user