[mob][photos] don't sort debug memories

This commit is contained in:
laurenspriem
2025-03-07 14:09:01 +05:30
parent de2b399941
commit 949909631a

View File

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