🐛 Fix delete post on explore didn't refresh
This commit is contained in:
parent
99ff78a3d5
commit
afc7887ddd
@ -338,7 +338,7 @@ class _ActivityListView extends HookConsumerWidget {
|
||||
bottom: 16,
|
||||
)
|
||||
: null,
|
||||
onRefresh: (_) {
|
||||
onRefresh: () {
|
||||
activitiesNotifier.forceRefresh();
|
||||
},
|
||||
onUpdate: (post) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user