Show loading indicator when preview is hidden
This commit is contained in:
parent
175abf1d15
commit
1a7c7fab27
|
|
@ -484,7 +484,8 @@ class _EntityListState extends State<EntityList> {
|
||||||
(isMobile(context) || !entityType.isSetting)) ||
|
(isMobile(context) || !entityType.isSetting)) ||
|
||||||
(state.isSaving &&
|
(state.isSaving &&
|
||||||
(entityType.isSetting ||
|
(entityType.isSetting ||
|
||||||
!state.prefState.isPreviewVisible)))
|
(!state.prefState.isPreviewVisible &&
|
||||||
|
!state.uiState.isEditing))))
|
||||||
LinearProgressIndicator(),
|
LinearProgressIndicator(),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue