mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +01:00
Fix wrong title shown when editing album again
This commit is contained in:
parent
e98cec65f6
commit
99b3e9f7fa
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class _AlbumBrowserState extends State<AlbumBrowser>
|
|||
}
|
||||
|
||||
Widget _buildEditAppBar(BuildContext context) {
|
||||
return buildEditAppBar(context, widget.account, widget.album, actions: [
|
||||
return buildEditAppBar(context, widget.account, _album!, actions: [
|
||||
IconButton(
|
||||
icon: const Icon(Icons.text_fields),
|
||||
tooltip: L10n.global().albumAddTextTooltip,
|
||||
|
|
Loading…
Reference in a new issue