Skip to content

Commit f64c1fe

Browse files
committed
Improve Loading Indicator in Search
1 parent ecf01a5 commit f64c1fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

lib/searchComponent/views/search_result_card_view.dart

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@ class SearchResultCardView<T extends SearchCategoryViewModel<S>,
9292
),
9393
);
9494
} else {
95-
return DelayedLoadingIndicator(
96-
name: SearchCategoryExtension.localizedEnumTitle(
97-
searchCategory,
98-
context,
95+
return ListTile(
96+
title: DelayedLoadingIndicator(
97+
name: SearchCategoryExtension.localizedEnumTitle(
98+
searchCategory,
99+
context,
100+
),
99101
),
100102
);
101103
}

0 commit comments

Comments
 (0)