reenable UNUserNotifications

This commit is contained in:
Michael Kirk 2019-02-19 13:05:33 -07:00
parent 4b38653ee5
commit 247eab22ca
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ public class NotificationPresenter: NSObject, NotificationsProtocol {
@objc
public override init() {
let userNotificationsFeatureEnabled = false
let userNotificationsFeatureEnabled = true
if userNotificationsFeatureEnabled, #available(iOS 10, *) {
self.adaptee = UserNotificationPresenterAdaptee()
} else {