Skip to content

Commit

Permalink
Fixed appearance in light mode
Browse files Browse the repository at this point in the history
Fixed appearance of status bar and navigation bar in light mode
  • Loading branch information
igor2890 authored and justin-stephenson committed Apr 19, 2022
1 parent ae80c7c commit 086079a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FreeOTP/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class AppDelegate : UIResponder, UIApplicationDelegate {
var window: UIWindow?

func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
if let window = UIApplication.shared.windows.first as UIWindow? {
window.backgroundColor = UIColor.app.background
}
return true
}

Expand Down

0 comments on commit 086079a

Please sign in to comment.