mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Fix back button transition in peer info
This commit is contained in:
parent
6d082ba5fe
commit
d262a78046
@ -1257,6 +1257,7 @@ open class NavigationBar: ASDisplayNode {
|
||||
public func makeTransitionBackButtonNode(accentColor: UIColor) -> NavigationButtonNode? {
|
||||
if self.backButtonNode.supernode != nil {
|
||||
let node = NavigationButtonNode()
|
||||
node.manualAlpha = self.backButtonNode.manualAlpha
|
||||
node.updateManualText(self.backButtonNode.manualText)
|
||||
node.color = accentColor
|
||||
if let validLayout = self.validLayout {
|
||||
|
Loading…
x
Reference in New Issue
Block a user