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()
|
||||
: 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…
Add table
Reference in a new issue