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> {
107107 content: Text (state.exception! .toFriendlyMessage (context)),
108108 backgroundColor: Theme .of (context).colorScheme.error,
109109 ),
110- );
110+ );
111111 }
112112 },
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+ }
121121
122122 if (state.status == CreateHeadlineStatus .failure &&
123123 state.sources.isEmpty &&
You can’t perform that action at this time.
0 commit comments