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

@@ -92,7 +92,8 @@ class _GalleriesPage extends State<GalleriesPage> with ThemeModeWidget {
],
leadingIcon: const Icon(Icons.sort),
);
setCurrentTitle(AppLocalizations.of(context)!.galleries);
setCurrentTitle(AppLocalizations.of(context)!.galleries,
Theme.of(context).primaryColor.value);
return Scaffold(
appBar: AppBar(
leading: IconButton(