mirror of
https://github.com/nextcloud/talk-android
synced 2025-02-03 05:03:04 +00:00
fix to close gap between typing indicator and message input
otherwise chat content was visible in between Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
5a97e90a82
commit
9a76ce7ccd
@ -971,7 +971,7 @@ class ChatActivity :
|
|||||||
|
|
||||||
if (participantNames.size > 0) {
|
if (participantNames.size > 0) {
|
||||||
binding.typingIndicatorWrapper.animate()
|
binding.typingIndicatorWrapper.animate()
|
||||||
.translationY(binding.messageInputView.y - DisplayUtils.convertDpToPixel(20f, context))
|
.translationY(binding.messageInputView.y - DisplayUtils.convertDpToPixel(18f, context))
|
||||||
.setInterpolator(AccelerateDecelerateInterpolator())
|
.setInterpolator(AccelerateDecelerateInterpolator())
|
||||||
.duration = TYPING_INDICATOR_ANIMATION_DURATION
|
.duration = TYPING_INDICATOR_ANIMATION_DURATION
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user