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