fix: Scroll up and scroll down buttons in chat list

This commit is contained in:
Krille 2023-06-03 17:59:48 +02:00
commit c59486ca90
2 changed files with 8 additions and 13 deletions

View file

@ -191,6 +191,8 @@ class ChatView extends StatelessWidget {
title: ChatAppBarTitle(controller),
actions: _appBarActions(context),
),
floatingActionButtonLocation:
FloatingActionButtonLocation.centerFloat,
floatingActionButton: controller.showScrollDownButton &&
controller.selectedEvents.isEmpty
? Padding(