opt handle scroll

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-18 18:10:09 +08:00
parent 9b93ce84ab
commit 651e79ce26
3 changed files with 21 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ class _DynamicsTabPageState
_mainController.selectedIndex.value == 0;
@override
bool onNotification(ScrollUpdateNotification notification) {
bool onNotification(ScrollNotification notification) {
if (checkPage) {
return false;
}