mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Allow folder switching by swipes in vertical mode.
This commit is contained in:
@@ -794,9 +794,7 @@ void Widget::setupSwipeBack() {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (_chatFilters
|
||||
&& session().data().chatsFilters().has()
|
||||
&& isDisabled) {
|
||||
if (session().data().chatsFilters().has() && isDisabled) {
|
||||
_swipeBackMirrored = !isRightToLeft;
|
||||
using namespace Window;
|
||||
const auto next = !isRightToLeft;
|
||||
|
||||
Reference in New Issue
Block a user