2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 00:46:08 +00:00

Fix animation stopping in chat.

This commit is contained in:
John Preston
2019-07-05 19:47:27 +02:00
parent 198de85ce5
commit 4e52da91c7
2 changed files with 9 additions and 0 deletions

View File

@@ -232,6 +232,9 @@ void TabbedPanel::otherLeave() {
void TabbedPanel::hideFast() {
if (isHidden()) return;
if (_selector && !_selector->isHidden()) {
_selector->beforeHiding();
}
_hideTimer.cancel();
_hiding = false;
_a_opacity.stop();