Compare commits

..

1 Commits

Author SHA1 Message Date
Yaros 9006d11342 fix(mobile): empty album description does not save 2025-10-04 19:59:23 +02:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>2.0.1</string> <string>2.0.0</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleURLTypes</key> <key>CFBundleURLTypes</key>
@@ -300,7 +300,7 @@ class _EditAlbumDialogState extends ConsumerState<_EditAlbumDialog> {
await ref await ref
.read(remoteAlbumProvider.notifier) .read(remoteAlbumProvider.notifier)
.updateAlbum(widget.album.id, name: newTitle, description: newDescription.isEmpty ? null : newDescription); .updateAlbum(widget.album.id, name: newTitle, description: newDescription);
if (mounted) { if (mounted) {
Navigator.of( Navigator.of(