Hide spinner until we enable indexing on mobile
This commit is contained in:
parent
3975c1cfed
commit
a7526908ba
1 changed files with 6 additions and 4 deletions
|
@ -191,10 +191,12 @@ class _MagicSearchIndexStatsWidgetState
|
|||
children: [
|
||||
MenuSectionTitle(title: S.of(context).status),
|
||||
Expanded(child: Container()),
|
||||
_status!.pendingItems > 0
|
||||
? EnteLoadingWidget(
|
||||
color: getEnteColorScheme(context).fillMuted,
|
||||
)
|
||||
kDebugMode
|
||||
? _status!.pendingItems > 0
|
||||
? EnteLoadingWidget(
|
||||
color: getEnteColorScheme(context).fillMuted,
|
||||
)
|
||||
: const SizedBox.shrink()
|
||||
: const SizedBox.shrink(),
|
||||
],
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue