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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user