mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update
This commit is contained in:
parent
ddcea95734
commit
0055396d4d
80 changed files with 2312 additions and 2249 deletions
|
|
@ -3621,6 +3621,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||
if let backgroundColor = self.controllerNode.headerColor, let textColor = self.controllerNode.headerPrimaryTextColor {
|
||||
navigationBarPresentationData = NavigationBarPresentationData(
|
||||
theme: NavigationBarTheme(
|
||||
overallDarkAppearance: false,
|
||||
buttonColor: textColor,
|
||||
disabledButtonColor: textColor,
|
||||
primaryTextColor: textColor,
|
||||
|
|
@ -3639,7 +3640,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||
strings: NavigationBarStrings(back: "", close: "")
|
||||
)
|
||||
}
|
||||
self.navigationBar?.updatePresentationData(navigationBarPresentationData)
|
||||
self.navigationBar?.updatePresentationData(navigationBarPresentationData, transition: .immediate)
|
||||
}
|
||||
|
||||
@objc fileprivate func cancelPressed() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue