Browse Source

Hide scroll to bottom button when automatically scrolled to new message

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 2 years ago
parent
commit
1c660cc02f

+ 1 - 0
app/src/main/java/com/nextcloud/talk/controllers/ChatController.kt

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