2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-05-06 01:47:27 +02:00

Merge branch 'fix-scrolldown' into 'main'

Show scrollDownButton if selectedEvents is empty

Closes 

See merge request 
This commit is contained in:
Krille Fear 2021-12-22 09:03:25 +00:00
commit ea3216201d

@ -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(