mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
9c0e6f6151
commit
a0a2f9f6bf
10 changed files with 348 additions and 145 deletions
|
|
@ -2350,8 +2350,8 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||
}
|
||||
}
|
||||
)
|
||||
if let createBotScreen {
|
||||
controller.push(createBotScreen)
|
||||
if let createBotScreen, let navigationController = controller.getNavigationController() {
|
||||
navigationController.pushViewController(createBotScreen)
|
||||
}
|
||||
}
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue