Various improvements

This commit is contained in:
Isaac 2026-03-24 16:47:36 +08:00
parent 9c0e6f6151
commit a0a2f9f6bf
10 changed files with 348 additions and 145 deletions

View file

@ -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: