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(