mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various fixes
This commit is contained in:
@@ -340,6 +340,9 @@ public final class MessageInputPanelComponent: Component {
|
||||
if (lhs.moreAction == nil) != (rhs.moreAction == nil) {
|
||||
return false
|
||||
}
|
||||
if (lhs.setMediaRecordingActive == nil) != (rhs.setMediaRecordingActive == nil) {
|
||||
return false
|
||||
}
|
||||
if lhs.hideKeyboard != rhs.hideKeyboard {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user