Skip to content

Commit

Permalink
chore: Follow up loading dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Nov 19, 2024
1 parent 46d62fd commit 3d7cd80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/widgets/future_loading_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class LoadingDialogState<T> extends State<LoadingDialog> {
Expanded(
child: Text(
titleLabel,
maxLines: 4,
textAlign: exception == null ? TextAlign.left : null,
overflow: TextOverflow.ellipsis,
),
Expand Down

0 comments on commit 3d7cd80

Please sign in to comment.