From 05a08f6ff233f98036b0c191f572e6b518ca8d36 Mon Sep 17 00:00:00 2001 From: Nathan Mattes Date: Tue, 9 Jul 2024 19:10:24 +0200 Subject: [PATCH] Use better icon after feedback (IOS-241) --- Mastodon/Scene/Notification/NotificationViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/Scene/Notification/NotificationViewController.swift b/Mastodon/Scene/Notification/NotificationViewController.swift index d7d53e2ec..46fee81d0 100644 --- a/Mastodon/Scene/Notification/NotificationViewController.swift +++ b/Mastodon/Scene/Notification/NotificationViewController.swift @@ -88,7 +88,7 @@ extension NotificationViewController { // https://github.com/mastodon/documentation/pull/1447#issuecomment-2149225659 if let viewModel, viewModel.notificationPolicy != nil { - navigationItem.rightBarButtonItem = UIBarButtonItem(image: UIImage(systemName: "line.3.horizontal.decrease"), style: .plain, target: self, action: #selector(NotificationViewController.showNotificationPolicySettings(_:))) + navigationItem.rightBarButtonItem = UIBarButtonItem(image: UIImage(systemName: "line.3.horizontal.decrease.circle"), style: .plain, target: self, action: #selector(NotificationViewController.showNotificationPolicySettings(_:))) } // needs trigger manually after onboarding dismiss