fix: Formatting

onboarding
Christian Pauly 4 years ago
parent 27474af73a
commit ac32973c3d

@ -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(

Loading…
Cancel
Save