Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-05-25 12:15:38 +08:00
parent 86bbdcc90c
commit 525dce989b
107 changed files with 374 additions and 490 deletions

View File

@@ -40,7 +40,7 @@ class DynamicsTabController
@override
Future<void> onRefresh() {
if (dynamicsType == DynamicsTabType.all) {
if (dynamicsType == .all) {
mainController.setDynCount();
}
offset = '';
@@ -81,7 +81,7 @@ class DynamicsTabController
}
void onBlock(int index) {
if (dynamicsType != DynamicsTabType.up) {
if (dynamicsType != .up) {
loadingState
..value.data!.removeAt(index)
..refresh();