[mob][photos] Refresh people section on people changed event
This commit is contained in:
parent
cd9db4d10f
commit
7a37eca4e6
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ extension SectionTypeExtensions on SectionType {
|
|||
switch (this) {
|
||||
case SectionType.location:
|
||||
return [Bus.instance.on<LocationTagUpdatedEvent>()];
|
||||
case SectionType.face:
|
||||
return [Bus.instance.on<PeopleChangedEvent>()];
|
||||
default:
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue