From c62a7c8265d9e3d133285cfa9551eef61eb0bfb5 Mon Sep 17 00:00:00 2001 From: ashilkn Date: Wed, 30 Jul 2025 10:18:06 +0530 Subject: [PATCH] chore --- mobile/apps/photos/lib/models/gallery/gallery_groups.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/mobile/apps/photos/lib/models/gallery/gallery_groups.dart b/mobile/apps/photos/lib/models/gallery/gallery_groups.dart index 40c0ca1380..5571510209 100644 --- a/mobile/apps/photos/lib/models/gallery/gallery_groups.dart +++ b/mobile/apps/photos/lib/models/gallery/gallery_groups.dart @@ -84,8 +84,6 @@ class GalleryGroups { List<({String groupID, String title})> get scrollbarDivisions => _scrollbarDivisions; - /// Scrolls the gallery to the group containing the specified file based on its creation time. - /// Uses binary search to efficiently find the appropriate group. double? getOffsetOfFile(EnteFile file) { final creationTime = file.creationTime; if (creationTime == null) {