mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix visual glitch in filter change from archived chat.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user