mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Some bugfixes. Closed beta 9040127.
Crash fix when trying to reply to a bot message which hides the keyboard. Counting button widths better (more padding, use exact width when avail). Hiding inline bot results fixed when switched to emoji before hiding.
This commit is contained in:
@@ -3835,7 +3835,7 @@ int32 EmojiPan::showInlineRows(bool newResults) {
|
||||
if (clear) {
|
||||
if (!hidden && hideOnNoInlineResults()) {
|
||||
hideAnimated();
|
||||
} else {
|
||||
} else if (!_hiding) {
|
||||
_cache = QPixmap(); // clear after refreshInlineRows()
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user