mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-28 09:38:52 +00:00
Fix push transition
This commit is contained in:
@@ -70,7 +70,7 @@ class NavigationTransitionCoordinator {
|
||||
|
||||
switch transition {
|
||||
case .Push:
|
||||
self.container.insertSubnode(topNode, belowSubnode: topNode)
|
||||
self.container.addSubnode(topNode)
|
||||
case .Pop:
|
||||
self.container.insertSubnode(bottomNode, belowSubnode: topNode)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user