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(