Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-15 12:18:36 +08:00
parent 52151765f8
commit 831a3052fa
12 changed files with 47 additions and 39 deletions

View File

@@ -91,6 +91,7 @@ class _FavNoteChildPageState extends State<FavNoteChildPage>
onChanged: (value) {
_favNoteController.handleSelect(
checked: !_favNoteController.allSelected.value,
disableSelect: false,
);
},
),