mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
no message
This commit is contained in:
@@ -38,6 +38,15 @@ public enum PresentationThemeStatusBarStyle: Int32 {
|
||||
case black = 0
|
||||
case white = 1
|
||||
|
||||
init(_ style: StatusBarStyle) {
|
||||
switch style {
|
||||
case .White:
|
||||
self = .white
|
||||
default:
|
||||
self = .black
|
||||
}
|
||||
}
|
||||
|
||||
var style: StatusBarStyle {
|
||||
switch self {
|
||||
case .black:
|
||||
|
||||
Reference in New Issue
Block a user