[mob][photos] Sign that smart memories are for internal users only

This commit is contained in:
laurenspriem
2025-02-20 10:08:33 +05:30
parent 4e6b86118f
commit 22b91a164b

View File

@@ -17,10 +17,10 @@ abstract class SmartMemory {
SmartMemory(
this.memories,
this.type, {
this.name,
name,
this.firstCreationTime,
this.lastCreationTime,
});
}) : name = name != null ? name + "(I)" : null;
int averageCreationTime() {
if (firstCreationTime != null && lastCreationTime != null) {