improve translation

This commit is contained in:
2024-11-07 09:41:14 +08:00
parent 082aa36316
commit 26fa41f503
2 changed files with 17 additions and 2 deletions

View File

@@ -369,6 +369,9 @@ class _SearchPageState extends State<SearchPage> {
),
trailing: const Icon(Icons.arrow_right),
onTap: () {
setState(() {
suggestions.clear();
});
handleAppLink(Uri.parse(controller.text));
},
);