Skip to content

Commit da6e3b3

Browse files
committed
fix: keyboard showing after closing popup menus
1 parent b6ec9a4 commit da6e3b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/controller/navigator_controller.dart

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ class NamidaNavigator {
8181
required RelativeRect position,
8282
required List<PopupMenuEntry<T>> items,
8383
}) async {
84+
ScrollSearchController.inst.unfocusKeyboard();
8485
_currentMenusNumber++;
8586
_printMenus();
8687
return material.showMenu(

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: namida
22
description: A Beautiful and Feature-rich Music Player, With YouTube & Video Support Built in Flutter
33
publish_to: "none"
4-
version: 3.9.25-beta+240817206
4+
version: 3.9.26-beta+240817226
55

66
environment:
77
sdk: ">=3.4.0 <4.0.0"

0 commit comments

Comments
 (0)