diff --git a/mobile/lib/ui/viewer/people/save_or_edit_person.dart b/mobile/lib/ui/viewer/people/save_or_edit_person.dart index 138da0cae2..1a6de76c4e 100644 --- a/mobile/lib/ui/viewer/people/save_or_edit_person.dart +++ b/mobile/lib/ui/viewer/people/save_or_edit_person.dart @@ -122,8 +122,8 @@ class _SaveOrEditPersonState extends State { child: snapshot.hasData ? PersonFaceWidget( key: ValueKey( - person?.data.avatarFaceID ?? - "",), + person?.data.avatarFaceID ?? "", + ), personFile, clusterID: personClusterID, personId: person!.remoteID, @@ -166,10 +166,6 @@ class _SaveOrEditPersonState extends State { setState(() { person = result; }); - showToast( - context, - "Person avatar updated ${person!.data.avatarFaceID ?? 'empty'}", - ); Bus.instance.fire( PeopleChangedEvent(), ); diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index 6eab8a1a32..b475dd03b7 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -12,7 +12,7 @@ description: ente photos application # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.9.64+964 +version: 0.9.65+965 publish_to: none environment: