From 479103b4dccf43a6d588d6ed867ffa92d8e0789a Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 11 Feb 2026 09:55:28 +0100 Subject: [PATCH] add icon to rebuild params --- .../widgets/search_modules/history_suggestions.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart index c639110e..7a7691e7 100644 --- a/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart +++ b/app/lib/features/geckoview/features/search/presentation/widgets/search_modules/history_suggestions.dart @@ -87,8 +87,7 @@ class HistorySuggestions extends HookConsumerWidget { builder: (context) { final icon = useCachedFuture( () async => suggestion.icon.mapNotNull(tryDecodeImage), - //URL as key - [suggestion.description], + [suggestion.description, suggestion.icon], ); return ListTile(