mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-08 23:19:55 +00:00
Hide scroll to bottom button when automatically scrolled to new message
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
bb38fd9d2d
commit
1c660cc02f
@ -2543,6 +2543,7 @@ class ChatController(args: Bundle) :
|
||||
}
|
||||
}
|
||||
} else {
|
||||
binding?.scrollDownButton?.visibility = View.GONE
|
||||
newMessagesCount = 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user