Android: Try to fix can not set title

This commit is contained in:
2023-09-14 19:35:12 +08:00
parent dfe214009d
commit 0ffc08c624
6 changed files with 11 additions and 7 deletions

View File

@@ -69,7 +69,8 @@ class _GalleryPage extends State<GalleryPage> with ThemeModeWidget {
: _data != null
? _data!.meta.preferredTitle
: i18n.gallery;
setCurrentTitle(title, includePrefix: false);
setCurrentTitle(title, Theme.of(context).primaryColor.value,
includePrefix: false);
return Scaffold(
appBar: _data == null
? AppBar(