2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Merge remote-tracking branch 'tdesktop/dev' into dev

This commit is contained in:
RadRussianRus
2020-06-03 11:58:08 +03:00
278 changed files with 10109 additions and 7772 deletions

View File

@@ -439,6 +439,10 @@ void Widget::updateControlsVisibility(bool fast) {
void Widget::changeOpenedFolder(Data::Folder *folder, anim::type animated) {
_a_show.stop();
if (isHidden()) {
animated = anim::type::instant;
}
if (animated == anim::type::normal) {
_showDirection = folder
? Window::SlideDirection::FromRight