diff --git a/mobile/lib/models/search/search_types.dart b/mobile/lib/models/search/search_types.dart index e3e5e19136..25ee531ad9 100644 --- a/mobile/lib/models/search/search_types.dart +++ b/mobile/lib/models/search/search_types.dart @@ -112,7 +112,11 @@ extension SectionTypeExtensions on SectionType { } } - bool get sortByName => this != SectionType.face && this != SectionType.magic; + // TODO: lau: check if we should sort moment again + bool get sortByName => + this != SectionType.face && + this != SectionType.magic && + this != SectionType.moment; bool get isEmptyCTAVisible { switch (this) {