From bc93725f993c4910bdbf4f1ff84bf7ece127746c Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sat, 4 Apr 2020 18:34:47 +0900 Subject: [PATCH] Revert "hero tag simplification now that only one collection page is in use" This reverts commit 77f0b90b9db6774c62e02ea1820d8345742db3d2. --- lib/model/collection_lens.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model/collection_lens.dart b/lib/model/collection_lens.dart index 13ba5d076..0ef353447 100644 --- a/lib/model/collection_lens.dart +++ b/lib/model/collection_lens.dart @@ -83,7 +83,7 @@ class CollectionLens with ChangeNotifier { return true; } - Object heroTag(ImageEntry entry) => entry.uri; + Object heroTag(ImageEntry entry) => '$hashCode${entry.uri}'; void addFilter(CollectionFilter filter) { if (filter == null || filters.contains(filter)) return;