This commit is contained in:
ashilkn
2025-07-30 10:18:06 +05:30
parent a3333e48f6
commit c62a7c8265

View File

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