mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
design: CircularProgressIndicator looks better here
This commit is contained in:
parent
a7cf8e91b8
commit
888935cf4d
@ -276,7 +276,9 @@ class ChatView extends StatelessWidget {
|
||||
(BuildContext context, int i) {
|
||||
return i == controller.filteredEvents.length + 1
|
||||
? controller.timeline.isRequestingHistory
|
||||
? LinearProgressIndicator()
|
||||
? Center(
|
||||
child: CircularProgressIndicator(),
|
||||
)
|
||||
: controller.canLoadMore
|
||||
? Center(
|
||||
child: OutlinedButton(
|
||||
|
Loading…
Reference in New Issue
Block a user