Revert "hero tag simplification now that only one collection page is in use"

This reverts commit 77f0b90b9d.
This commit is contained in:
Thibault Deckers 2020-04-04 18:34:47 +09:00
parent 8f5eaff21d
commit bc93725f99

View file

@ -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;