mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-30 04:58:41 +00:00
opt topic scroll
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -152,7 +152,7 @@ class _SelectTopicPanelState extends State<SelectTopicPanel> {
|
|||||||
response?.isNotEmpty == true
|
response?.isNotEmpty == true
|
||||||
? NotificationListener<ScrollNotification>(
|
? NotificationListener<ScrollNotification>(
|
||||||
onNotification: (notification) {
|
onNotification: (notification) {
|
||||||
if (notification is ScrollStartNotification) {
|
if (notification is UserScrollNotification) {
|
||||||
if (_controller.focusNode.hasFocus) {
|
if (_controller.focusNode.hasFocus) {
|
||||||
_controller.focusNode.unfocus();
|
_controller.focusNode.unfocus();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user