Big refactoring

This commit is contained in:
Christian Pauly 2020-06-18 13:39:24 +02:00
commit af0696a4ac
11 changed files with 516 additions and 454 deletions

View file

@ -167,7 +167,12 @@ class SimpleDialogs {
children: <Widget>[
CircularProgressIndicator(),
SizedBox(width: 16),
Text(L10n.of(context).loadingPleaseWait),
Expanded(
child: Text(
L10n.of(context).loadingPleaseWait,
overflow: TextOverflow.ellipsis,
maxLines: 1,
)),
],
),
),