mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-20 02:44:19 +08:00
Do not close search bar when open gallery
This commit is contained in:
@@ -333,7 +333,6 @@ Widget buildSearchButton(BuildContext context, {bool openGallery = true}) {
|
||||
return ListTile(
|
||||
title: Text(m.preferredTitle),
|
||||
onTap: () {
|
||||
controller.closeView(controller.text);
|
||||
if (openGallery) context.push("/gallery/${m.gid}");
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user