mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix visual glitch in filter change from archived chat.
This commit is contained in:
parent
d45e74619d
commit
ef30c776bf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue