[mob] Bump version v0.9.65
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user