mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08: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