mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +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,
|
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) }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user