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

@@ -135,7 +135,8 @@ class _SettingsPage extends State<SettingsPage> with ThemeModeWidget {
@override
Widget build(BuildContext context) {
setCurrentTitle(AppLocalizations.of(context)!.settings);
setCurrentTitle(AppLocalizations.of(context)!.settings,
Theme.of(context).primaryColor.value);
return Scaffold(
appBar: AppBar(
leading: IconButton(