File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
lib/content_management/view Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -144,14 +144,14 @@ class _EditHeadlineViewState extends State<_EditHeadlineView> {
144144 _imageUrlController.text = state.imageUrl;
145145 }
146146 },
147- builder: (context, state) {
148- if (state.status == EditHeadlineStatus .loading) {
149- return LoadingStateWidget (
150- icon: Icons .newspaper,
151- headline: l10n.loadingHeadline,
152- subheadline: l10n.pleaseWait,
153- );
154- }
147+ builder: (context, state) {
148+ if (state.status == EditHeadlineStatus .loading) {
149+ return LoadingStateWidget (
150+ icon: Icons .newspaper,
151+ headline: l10n.loadingHeadline,
152+ subheadline: l10n.pleaseWait,
153+ );
154+ }
155155
156156 if (state.status == EditHeadlineStatus .failure &&
157157 state.initialHeadline == null ) {
You can’t perform that action at this time.
0 commit comments