We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd00c7 commit 24ecb84Copy full SHA for 24ecb84
1 file changed
src/displayapp/DisplayApp.cpp
@@ -443,7 +443,7 @@ void DisplayApp::Refresh() {
443
}
444
} else if (gesture == LoadDirToReturnSwipe(appStackDirections.Top())) {
445
LoadPreviousScreen();
446
- } else if (gesture == TouchEvents::SwipeRight) {
+ } else if (gesture == TouchEvents::SwipeRight && currentApp != Apps::QuickSettings) {
447
LoadNewScreen(Apps::Clock, DisplayApp::FullRefreshDirections::RightAnim);
448
appStackDirections.Reset();
449
returnAppStack.Reset();
0 commit comments