diff --git a/lib/pages/chat/chat_view.dart b/lib/pages/chat/chat_view.dart index 82e49c80..585e84a3 100644 --- a/lib/pages/chat/chat_view.dart +++ b/lib/pages/chat/chat_view.dart @@ -154,7 +154,8 @@ class ChatView extends StatelessWidget { title: ChatAppBarTitle(controller), actions: _appBarActions(context), ), - floatingActionButton: controller.showScrollDownButton + floatingActionButton: controller.showScrollDownButton && + controller.selectedEvents.isEmpty ? Padding( padding: const EdgeInsets.only(bottom: 56.0), child: FloatingActionButton(