mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +00:00
Fix player closing on logout.
This commit is contained in:
@@ -587,7 +587,7 @@ void Widget::showTerms(Fn<void()> callback) {
|
||||
void Widget::showControls() {
|
||||
getStep()->show();
|
||||
setupNextButton();
|
||||
_next->show(anim::type::instant);
|
||||
_next->toggle(_nextShown, anim::type::instant);
|
||||
_nextShownAnimation.stop();
|
||||
_connecting->setForceHidden(false);
|
||||
auto hasCover = getStep()->hasCover();
|
||||
|
Reference in New Issue
Block a user