[mob][photos] Undo change

This commit is contained in:
laurenspriem 2024-05-17 18:33:48 +05:30
parent 4bfb69dcc4
commit df867b5957

View file

@ -293,8 +293,6 @@ extension SectionTypeExtensions on SectionType {
switch (this) {
case SectionType.location:
return [Bus.instance.on<LocationTagUpdatedEvent>()];
case SectionType.face:
return [Bus.instance.on<PeopleChangedEvent>()];
default:
return [];
}