Various fixes

This commit is contained in:
Ilya Laktyushin
2023-11-27 05:20:31 +04:00
parent 515d0aaece
commit d4b604ae8b
9 changed files with 47 additions and 12 deletions

View File

@@ -7752,6 +7752,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
}
strongSelf.shouldDisplayDownButton = !offsetAlpha.isZero
strongSelf.controllerInteraction?.recommendedChannelsOpenUp = !strongSelf.shouldDisplayDownButton
strongSelf.updateDownButtonVisibility()
strongSelf.chatDisplayNode.updatePlainInputSeparatorAlpha(plainInputSeparatorAlpha, transition: .animated(duration: 0.2, curve: .easeInOut))
}