hero tag simplification now that only one collection page is in use
This commit is contained in:
parent
2176c654f1
commit
77f0b90b9d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue