From b2a4875ba7b523673cccf2c3df3b7a5325e1456f Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 26 May 2025 21:35:17 +0800 Subject: [PATCH] opt topic scroll Signed-off-by: bggRGjQaUbCoE --- lib/pages/dynamics_select_topic/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/dynamics_select_topic/view.dart b/lib/pages/dynamics_select_topic/view.dart index 8ac8ba633..f90709ed9 100644 --- a/lib/pages/dynamics_select_topic/view.dart +++ b/lib/pages/dynamics_select_topic/view.dart @@ -152,7 +152,7 @@ class _SelectTopicPanelState extends State { response?.isNotEmpty == true ? NotificationListener( onNotification: (notification) { - if (notification is ScrollStartNotification) { + if (notification is UserScrollNotification) { if (_controller.focusNode.hasFocus) { _controller.focusNode.unfocus(); }