mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
refactor: Remove primaryColor parameter from setCurrentTitle function
This commit is contained in:
@@ -180,7 +180,7 @@ class _GalleriesPage extends State<GalleriesPage>
|
||||
? i18n.categoryGalleries(widget.category!)
|
||||
: i18n.galleries;
|
||||
if (isTop(context)) {
|
||||
setCurrentTitle(title, Theme.of(context).primaryColor.value);
|
||||
setCurrentTitle(title);
|
||||
}
|
||||
if (auth.canManageTasks == true &&
|
||||
!widget.hasExtra &&
|
||||
|
||||
Reference in New Issue
Block a user