mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
fix
This commit is contained in:
parent
fbc3c0a02d
commit
f05da1bb7a
@ -5235,7 +5235,8 @@ extension ChatTextInputPanelNode {
|
|||||||
transition.updateAlpha(layer: toolbarHostingController.view.layer, alpha: 0.0, completion: { _ in
|
transition.updateAlpha(layer: toolbarHostingController.view.layer, alpha: 0.0, completion: { _ in
|
||||||
toolbarHostingController.view.isHidden = true
|
toolbarHostingController.view.isHidden = true
|
||||||
})
|
})
|
||||||
}*/ else {
|
*/
|
||||||
|
} else {
|
||||||
toolbarHeight = 44.0
|
toolbarHeight = 44.0
|
||||||
toolbarSpacing = 1.0
|
toolbarSpacing = 1.0
|
||||||
toolbarHostingController.view.isHidden = false
|
toolbarHostingController.view.isHidden = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user