mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 15:05:56 +00:00
Fix stuck inline mode.
Regression was introduced in 017ec87d60
.
Fixes #5503.
This commit is contained in:
@@ -3854,7 +3854,7 @@ void HistoryWidget::updateFieldSize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void HistoryWidget::clearInlineBot() {
|
void HistoryWidget::clearInlineBot() {
|
||||||
if (_inlineBot) {
|
if (_inlineBot || _inlineLookingUpBot) {
|
||||||
_inlineBot = nullptr;
|
_inlineBot = nullptr;
|
||||||
_inlineLookingUpBot = false;
|
_inlineLookingUpBot = false;
|
||||||
inlineBotChanged();
|
inlineBotChanged();
|
||||||
|
Reference in New Issue
Block a user