mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Bugfixes
This commit is contained in:
@@ -247,7 +247,7 @@ public final class LegacyControllerContext: NSObject, LegacyComponentsContext {
|
||||
|
||||
public func setApplicationStatusBarAlpha(_ alpha: CGFloat) {
|
||||
if let controller = self.controller {
|
||||
controller.statusBar.alpha = alpha
|
||||
controller.statusBar.updateAlpha(alpha, transition: .immediate)
|
||||
self.updateDeferScreenEdgeGestures()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user