[mob][photos] Add comment
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user