To avoid shuffling of memories when user see all the files in one memory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user