File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -107,17 +107,17 @@ class _CreateHeadlineViewState extends State<_CreateHeadlineView> {
107
107
content: Text (state.exception! .toFriendlyMessage (context)),
108
108
backgroundColor: Theme .of (context).colorScheme.error,
109
109
),
110
- );
110
+ );
111
111
}
112
112
},
113
- builder: (context, state) {
114
- if (state.status == CreateHeadlineStatus .loading) {
115
- return LoadingStateWidget (
116
- icon: Icons .newspaper,
117
- headline: l10n.loadingData,
118
- subheadline: l10n.pleaseWait,
119
- );
120
- }
113
+ builder: (context, state) {
114
+ if (state.status == CreateHeadlineStatus .loading) {
115
+ return LoadingStateWidget (
116
+ icon: Icons .newspaper,
117
+ headline: l10n.loadingData,
118
+ subheadline: l10n.pleaseWait,
119
+ );
120
+ }
121
121
122
122
if (state.status == CreateHeadlineStatus .failure &&
123
123
state.sources.isEmpty &&
You can’t perform that action at this time.
0 commit comments