Skip to content

Commit

Permalink
hide button when scrolling to unread mention
Browse files Browse the repository at this point in the history
Signed-off-by: sowjanyakch <[email protected]>
  • Loading branch information
sowjanyakch committed Dec 23, 2024
1 parent 645fd0a commit efa63fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) }
}
Expand Down

0 comments on commit efa63fd

Please sign in to comment.