Skip to content

Commit

Permalink
Do not close search bar when open gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Oct 27, 2024
1 parent 7782c9a commit 20a115d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/globals.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
},
);
Expand Down

0 comments on commit 20a115d

Please sign in to comment.