mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
opt: LoadingState (#1776)
This commit is contained in:
committed by
GitHub
parent
3741fe54ff
commit
17883eb77e
@@ -84,7 +84,7 @@ class _FavTopicPageState extends State<FavTopicPage>
|
||||
void onLongPress() => showConfirmDialog(
|
||||
context: context,
|
||||
title: '确定取消收藏?',
|
||||
onConfirm: () => _controller.onRemove(index, item.id),
|
||||
onConfirm: () => _controller.onRemove(index, item.id!),
|
||||
);
|
||||
|
||||
return Material(
|
||||
|
||||
Reference in New Issue
Block a user