reenable UNUserNotifications

pull/2/head
Michael Kirk 6 years ago
parent 4b38653ee5
commit 247eab22ca

@ -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 {

Loading…
Cancel
Save