[mob] Bump version v0.9.65

This commit is contained in:
Neeraj Gupta
2024-11-28 01:11:12 +05:30
parent 35bc7dfee6
commit 9994499050
2 changed files with 3 additions and 7 deletions

View File

@@ -122,8 +122,8 @@ class _SaveOrEditPersonState extends State<SaveOrEditPerson> {
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<SaveOrEditPerson> {
setState(() {
person = result;
});
showToast(
context,
"Person avatar updated ${person!.data.avatarFaceID ?? 'empty'}",
);
Bus.instance.fire(
PeopleChangedEvent(),
);

View File

@@ -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: