diff --git a/Tusker/Screens/Explore/ExploreViewController.swift b/Tusker/Screens/Explore/ExploreViewController.swift index 44f76d95..1534baa7 100644 --- a/Tusker/Screens/Explore/ExploreViewController.swift +++ b/Tusker/Screens/Explore/ExploreViewController.swift @@ -308,6 +308,7 @@ class ExploreViewController: UIViewController, UICollectionViewDelegate, Collect actions.append(UIContextualAction(style: .destructive, title: "Unsave", handler: { _, _, completion in context.delete(existing) try! context.save() + completion(true) })) } if mastodonController.instanceFeatures.canFollowHashtags,