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()
: 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(