fix: Formatting

This commit is contained in:
Christian Pauly 2021-06-20 14:27:07 +02:00
parent 7f491c26cd
commit c49a410eac
1 changed files with 4 additions and 4 deletions

View File

@ -273,13 +273,13 @@ class ChatView extends StatelessWidget {
? LinearProgressIndicator() ? LinearProgressIndicator()
: controller.canLoadMore : controller.canLoadMore
? Center( ? Center(
child: OutlinedButton( child: OutlinedButton(
onPressed: onPressed:
controller.requestHistory, controller.requestHistory,
child: Text( child: Text(L10n.of(context)
L10n.of(context).loadMore), .loadMore),
), ),
) )
: Container() : Container()
: i == 0 : i == 0
? StreamBuilder( ? StreamBuilder(