Skip to content

Commit 83fc587

Browse files
committed
Update BeeSwift/Settings/ConfigureNotificationsViewController.swift
1 parent d3961f2 commit 83fc587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BeeSwift/Settings/ConfigureNotificationsViewController.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ class ConfigureNotificationsViewController: UIViewController {
7979
NotificationCenter.default.addObserver(self, selector: #selector(self.foregroundEntered), name: UIApplication.willEnterForegroundNotification, object: nil)
8080
}
8181

82-
override func viewWillAppear(_ animated: Bool) {
83-
super.viewWillAppear(animated)
82+
override func viewDidAppear(_ animated: Bool) {
83+
super.viewDidAppear(animated)
8484

8585
self.applySnapshot()
8686
}

0 commit comments

Comments
 (0)