Fix build [skip ci]

This commit is contained in:
Ilya Laktyushin 2019-12-03 19:48:14 +04:00
parent 8c01f10d29
commit 01ce90e265

View File

@ -20,15 +20,6 @@ class TodayViewController: UIViewController, NCWidgetProviding {
override func viewDidLoad() {
super.viewDidLoad()
if #available(iOSApplicationExtension 13.0, *) {
switch self.traitCollection.userInterfaceStyle {
case .dark:
self.primaryColor = .white
default:
break
}
}
let appBundleIdentifier = Bundle.main.bundleIdentifier!
guard let lastDotRange = appBundleIdentifier.range(of: ".", options: [.backwards]) else {
return