disable snooze

This commit is contained in:
Satindar Dhillon 2022-04-08 09:35:04 -07:00
parent b195414e16
commit a7b33942e7

View file

@ -13,7 +13,7 @@ public enum FeatureFlag {
public static let enableRemindersFromShareExtension = false
public static let enablePushNotifications = false
public static let enableShareButton = false
public static let enableSnooze = true
public static let enableSnooze = false
public static let enableLabels = true
public static let useLocalWebView = true
}