diff --git a/lib/models/search/search_types.dart b/lib/models/search/search_types.dart index 92c71cd87..9f5ee9b1d 100644 --- a/lib/models/search/search_types.dart +++ b/lib/models/search/search_types.dart @@ -43,10 +43,10 @@ enum SectionType { content, // includes year, month , day, event ResultType moment, - // People section shows the files shared by other persons - contacts, - fileCaption, album, + // People section shows the files shared by other persons + fileCaption, + contacts, fileTypesAndExtension, }