Fix remaining known issues
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user