To avoid shuffling of memories when user see all the files in one memory

This commit is contained in:
AmanRajSinghMourya
2025-06-11 14:13:06 +05:30
parent 1e5abf20cd
commit 287e6da537

View File

@@ -219,7 +219,7 @@ class _FullScreenMemoryState extends State<FullScreenMemory> {
unawaited(
memoriesCacheService.markMemoryAsSeen(
inheritedData.memories[index],
inheritedData.memories.length == index + 1,
false,
),
);
inheritedData.indexNotifier.value = index;