🐛 Fix delete post on explore didn't refresh

This commit is contained in:
LittleSheep 2025-07-03 19:08:56 +08:00
parent 99ff78a3d5
commit afc7887ddd

View File

@ -338,7 +338,7 @@ class _ActivityListView extends HookConsumerWidget {
bottom: 16, bottom: 16,
) )
: null, : null,
onRefresh: (_) { onRefresh: () {
activitiesNotifier.forceRefresh(); activitiesNotifier.forceRefresh();
}, },
onUpdate: (post) { onUpdate: (post) {