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) {