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

This commit is contained in:
Thibault Deckers 2020-04-03 14:21:56 +09:00
parent 2176c654f1
commit 77f0b90b9d

View file

@ -83,7 +83,7 @@ class CollectionLens with ChangeNotifier {
return true;
}
Object heroTag(ImageEntry entry) => '$hashCode${entry.uri}';
Object heroTag(ImageEntry entry) => entry.uri;
void addFilter(CollectionFilter filter) {
if (filter == null || filters.contains(filter)) return;