Merge branch 'develop' into new_touch_handler

This commit is contained in:
Riku Isokoski
2021-07-24 20:26:10 +03:00
4 changed files with 31 additions and 5 deletions

View File

@@ -70,5 +70,5 @@ bool FlashLight::Refresh() {
}
bool FlashLight::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
return true;
return false;
}