fix: Formatting
This commit is contained in:
parent
27474af73a
commit
ac32973c3d
1 changed files with 4 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue