|
@@ -192,12 +192,12 @@ class _MagicSearchIndexStatsWidgetState
|
|
|
Row(
|
|
|
children: [
|
|
|
MenuSectionTitle(title: S.of(context).status),
|
|
|
- // Expanded(child: Container()),
|
|
|
- // _status!.pendingItems > 0
|
|
|
- // ? EnteLoadingWidget(
|
|
|
- // color: getEnteColorScheme(context).fillMuted,
|
|
|
- // )
|
|
|
- // : const SizedBox.shrink(),
|
|
|
+ Expanded(child: Container()),
|
|
|
+ _status!.pendingItems > 0
|
|
|
+ ? EnteLoadingWidget(
|
|
|
+ color: getEnteColorScheme(context).fillMuted,
|
|
|
+ )
|
|
|
+ : const SizedBox.shrink(),
|
|
|
],
|
|
|
),
|
|
|
MenuItemWidget(
|