From b141e9654c4f757b0b8ec3fdf1f2f88318c19dcf Mon Sep 17 00:00:00 2001 From: jahorton Date: Wed, 15 Jan 2020 14:45:13 +0700 Subject: [PATCH] docs(ios): Some minor cleanup --- ios/keyman/Keyman/Keyman/MainViewController.swift | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ios/keyman/Keyman/Keyman/MainViewController.swift b/ios/keyman/Keyman/Keyman/MainViewController.swift index e4d544962d..777f11831f 100644 --- a/ios/keyman/Keyman/Keyman/MainViewController.swift +++ b/ios/keyman/Keyman/Keyman/MainViewController.swift @@ -187,15 +187,6 @@ class MainViewController: UIViewController, TextViewDelegate, UIActionSheetDeleg // Dark mode settings must be applied through this new property, // its class, and others like it. navbar.standardAppearance.configureWithOpaqueBackground() - -/* - // The various options we offer at the top level need significant - // image work to be properly dark-mode ready. - // - // This simply overrides it to have a "light mode" appearance, - // even in dark mode. It's a small bar, so there should be little issue. - navbar.standardAppearance.backgroundColor = UIColor.white -*/ } else { // Fallback on earlier versions }