mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 03:15:14 +08:00
opt: LoadingState (#1776)
This commit is contained in:
committed by
GitHub
parent
3741fe54ff
commit
17883eb77e
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user