Skip to content

Commit dc33c7b

Browse files
committed
NotificationDetailsViewController: Removing Hack Leftover
1 parent 224ce9e commit dc33c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Notifications/NotificationDetailsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ private extension NotificationDetailsViewController {
129129
///
130130
@IBAction func pullToRefresh(sender: UIRefreshControl) {
131131
WooAnalytics.shared.track(.notificationsListPulledToRefresh)
132-
Hack.overrideTitle = false
132+
133133
synchronizeNotification(noteId: note.noteId) {
134134
sender.endRefreshing()
135135
}

0 commit comments

Comments
 (0)