Merge pull request #393 from ente-io/memories_open_cache

Open memories such that thumbnails in the gallery don't get reloaded
This commit is contained in:
Neeraj Gupta 2022-07-11 23:36:55 +05:30 committed by GitHub
commit 0307470b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,7 @@ class _MemoryWidgetState extends State<MemoryWidget> {
await routeToPage(
context,
FullScreenMemory(title, widget.memories, index),
forceCustomPageRoute: true,
);
setState(() {});
},