mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-06-15 01:49:16 -04:00
things compile
This commit is contained in:
parent
a551791f97
commit
45ab494969
6 changed files with 42 additions and 15 deletions
|
@ -44,7 +44,7 @@ Widget waitingPage({String? text}) => Builder(
|
|||
color: Theme.of(context).scaffoldBackgroundColor,
|
||||
child: Center(
|
||||
child: Column(children: [
|
||||
buildProgressIndicator(),
|
||||
buildProgressIndicator().expanded(),
|
||||
if (text != null) Text(text)
|
||||
]))));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue