opt: LoadingState (#1776)

This commit is contained in:
My-Responsitories
2025-12-13 12:43:32 +08:00
committed by GitHub
parent 3741fe54ff
commit 17883eb77e
82 changed files with 832 additions and 887 deletions

View File

@@ -96,7 +96,7 @@ class _AtMePageState extends State<AtMePage> {
void onLongPress() => showConfirmDialog(
context: context,
title: '确定删除该通知?',
onConfirm: () => _atMeController.onRemove(item.id, index),
onConfirm: () => _atMeController.onRemove(item.id!, index),
);
return ListTile(
safeArea: true,