From 8bcc40f89b9129060979906746ea1eadeb2b6df9 Mon Sep 17 00:00:00 2001 From: Ehud Adler Date: Sat, 29 Sep 2018 20:30:16 -0400 Subject: [PATCH] fixed icon name --- Classes/Notifications/NotificationsViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Notifications/NotificationsViewController.swift b/Classes/Notifications/NotificationsViewController.swift index e509ca21b..a28387bf3 100644 --- a/Classes/Notifications/NotificationsViewController.swift +++ b/Classes/Notifications/NotificationsViewController.swift @@ -59,7 +59,7 @@ ReviewGitHubAccessDelegate switch inboxType { case .unread: let item = UIBarButtonItem( - image: UIImage(named: "filter"), + image: UIImage(named: "bullets-hollow"), style: .plain, target: self, action: #selector(NotificationsViewController.onMore(sender:))