fix: Formatting

onboarding
Christian Pauly 4 years ago
parent 27474af73a
commit ac32973c3d

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

Loading…
Cancel
Save