mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Fix push transition
This commit is contained in:
parent
6f4aa38ab8
commit
ac6f0dc20e
@ -70,7 +70,7 @@ class NavigationTransitionCoordinator {
|
|||||||
|
|
||||||
switch transition {
|
switch transition {
|
||||||
case .Push:
|
case .Push:
|
||||||
self.container.insertSubnode(topNode, belowSubnode: topNode)
|
self.container.addSubnode(topNode)
|
||||||
case .Pop:
|
case .Pop:
|
||||||
self.container.insertSubnode(bottomNode, belowSubnode: topNode)
|
self.container.insertSubnode(bottomNode, belowSubnode: topNode)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user