Fix remaining known issues

This commit is contained in:
Riku Isokoski
2021-07-16 11:55:29 +03:00
parent baffa1594f
commit 329482f873
4 changed files with 17 additions and 10 deletions

View File

@@ -226,7 +226,9 @@ void DisplayApp::Refresh() {
}
}
currentScreen->OnTouchEvent(touchHandler.GetX(), touchHandler.GetY());
if (touchHandler.IsTouching()) {
currentScreen->OnTouchEvent(touchHandler.GetX(), touchHandler.GetY());
}
if (nextApp != Apps::None) {
LoadApp(nextApp, nextDirection);