Allow folder switching by swipes in vertical mode.

This commit is contained in:
John Preston 2025-03-20 18:23:17 +04:00
parent cdf27296e4
commit b057d4fcb7

View file

@ -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;