Disable UserNotifications for this release

pull/2/head
Michael Kirk 6 years ago
parent 1d409ef80e
commit 0d5f9e0103

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

Loading…
Cancel
Save