mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Update log messages
This commit is contained in:
parent
bc6c247a78
commit
571d902b4e
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
|||
if (value == null) {
|
||||
// user cancelled the dialog
|
||||
} else if (value is Album) {
|
||||
_log.info("[_onAddToAlbumPressed] Album picked: $value");
|
||||
_log.info("[_onAddToAlbumPressed] Album picked: ${value.name}");
|
||||
_addToAlbum(context, value).then((_) {
|
||||
SnackBarManager().showSnackBar(SnackBar(
|
||||
content: Text(AppLocalizations.of(context)
|
||||
|
|
Loading…
Reference in a new issue