opt handle res

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-29 17:17:35 +08:00
parent b643cb1bd0
commit 924d51d41b
198 changed files with 3715 additions and 2001 deletions

View File

@@ -76,7 +76,7 @@ class _FavNotePageState extends State<FavNotePage>
// TextButton(
// style: TextButton.styleFrom(
// foregroundColor: theme.colorScheme.onSurfaceVariant,
// visualDensity: const VisualDensity(horizontal: -2, vertical: -2),
// visualDensity: VisualDensity.compact,
// tapTargetSize: MaterialTapTargetSize.shrinkWrap,
// ),
// onPressed: () async {
@@ -85,10 +85,8 @@ class _FavNotePageState extends State<FavNotePage>
// if (favNoteController.enableMultiSelect.value) {
// favNoteController.onDisable();
// } else {
// if (favNoteController.loadingState.value is Success &&
// ((favNoteController.loadingState.value as Success)
// .response as List?)
// ?.isNotEmpty ==
// if (favNoteController.loadingState.value.isSuccess &&
// favNoteController.loadingState.value.data?.isNotEmpty ==
// true) {
// favNoteController.enableMultiSelect.value = true;
// }