mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Draw attachments when hardware keyboard is used
This commit is contained in:
@@ -305,6 +305,7 @@
|
||||
} else {
|
||||
// Invoke delayed to fix iOS 7 iPad landscape bug, where this view will be moved if not called delayed
|
||||
[self.textView performSelector:@selector(becomeFirstResponder) withObject:nil afterDelay:0.0];
|
||||
[self refreshAttachmentScrollview];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user