mod: remove refresh fav folder

Closes #675

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-13 17:18:21 +08:00
parent d3d2715418
commit d9c6c31a4d

View File

@@ -98,10 +98,6 @@ class _FavVideoPageState extends State<FavVideoPage>
.response; .response;
list.removeAt(index); list.removeAt(index);
_favController.loadingState.refresh(); _favController.loadingState.refresh();
} else {
Future.delayed(const Duration(milliseconds: 255), () {
_favController.onRefresh();
});
} }
}, },
); );