From c49a410eaca8a2f93314a2320eb93babbabd00f6 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sun, 20 Jun 2021 14:27:07 +0200 Subject: [PATCH] fix: Formatting --- lib/pages/views/chat_view.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/pages/views/chat_view.dart b/lib/pages/views/chat_view.dart index babca681..02065d64 100644 --- a/lib/pages/views/chat_view.dart +++ b/lib/pages/views/chat_view.dart @@ -273,13 +273,13 @@ class ChatView extends StatelessWidget { ? LinearProgressIndicator() : controller.canLoadMore ? Center( - child: OutlinedButton( + child: OutlinedButton( onPressed: controller.requestHistory, - child: Text( - L10n.of(context).loadMore), + child: Text(L10n.of(context) + .loadMore), ), - ) + ) : Container() : i == 0 ? StreamBuilder(