[mob][photos] Add comment

This commit is contained in:
ashilkn
2024-10-03 07:09:37 +05:30
parent 369bdc8f4c
commit 38e9496b8c

View File

@@ -5,6 +5,9 @@ int kMostRelevantFilter = 10000;
int kLeastRelevantFilter = -1;
abstract class HierarchicalSearchFilter {
//These matches should be from list of all files in db and not just all files in
//gallery if we plan to use this cache for faster filtering when adding/removing
//applied filters.
final Set<int> matchedUploadedIDs = {};
String name();