Hide scroll to bottom button when automatically scrolled to new message

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-02-27 13:28:58 +01:00
parent bb38fd9d2d
commit 1c660cc02f
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -2543,6 +2543,7 @@ class ChatController(args: Bundle) :
}
}
} else {
binding?.scrollDownButton?.visibility = View.GONE
newMessagesCount = 0
}
}