mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-10-16 12:37:27 +02:00
fix: Formatting
This commit is contained in:
parent
7f491c26cd
commit
c49a410eac
@ -276,8 +276,8 @@ class ChatView extends StatelessWidget {
|
|||||||
child: OutlinedButton(
|
child: OutlinedButton(
|
||||||
onPressed:
|
onPressed:
|
||||||
controller.requestHistory,
|
controller.requestHistory,
|
||||||
child: Text(
|
child: Text(L10n.of(context)
|
||||||
L10n.of(context).loadMore),
|
.loadMore),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
: Container()
|
: Container()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user