2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Fixed stuck of forward bar when using -sendpath argument.

Regression was introduced in b3d1602354.
This commit is contained in:
23rd
2021-05-25 19:06:25 +03:00
committed by John Preston
parent 63febef3ed
commit f98e8f3e04
2 changed files with 4 additions and 1 deletions

View File

@@ -660,6 +660,8 @@ void MainWidget::clearHider(not_null<Window::HistoryHider*> instance) {
_history->showAnimated(Window::SlideDirection::FromRight, animationParams);
}
floatPlayerCheckVisibility();
} else {
_dialogs->updateForwardBar();
}
}
}