Commit 845162f1 by Demid Merzlyakov

Fix black tab bar on iOS 13.

parent ca68a95a
...@@ -11,6 +11,7 @@ import UIKit ...@@ -11,6 +11,7 @@ import UIKit
class AppTabBarController: UITabBarController { class AppTabBarController: UITabBarController {
override func viewDidLoad() { override func viewDidLoad() {
super.viewDidLoad() super.viewDidLoad()
self.view.backgroundColor = ThemeManager.currentTheme.baseBackgroundColor
} }
public enum AppTab:Int, CaseIterable { public enum AppTab:Int, CaseIterable {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment