mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Android: Try to fix can not set title
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user