mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-20 20:19:42 +01:00
hide button when scrolling to unread mention
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
c287f1f2fd
commit
1dd56c0a5b
@ -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