mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-26 16:12:37 +01:00
fix: Formatting
This commit is contained in:
parent
7f491c26cd
commit
c49a410eac
@ -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…
Reference in New Issue
Block a user