UI improvements

This commit is contained in:
Ali
2022-04-05 20:04:43 +04:00
parent c462b92952
commit fb0c10e29f
7 changed files with 16 additions and 2 deletions

View File

@@ -377,7 +377,7 @@ final class ChatPinnedMessageTitlePanelNode: ChatTitleAccessoryPanelNode {
self.listButton.layer.animateScale(from: 1.0, to: 0.01, duration: 0.2, removeOnCompletion: false)
}
} else {
self.listButton.isHidden = !displayCloseButton
self.listButton.isHidden = !displayListButton
self.listButton.layer.removeAllAnimations()
}
}