Fix music app buttons

This commit is contained in:
Riku Isokoski
2021-08-18 19:20:25 +03:00
committed by JF002
parent ee44b6ff49
commit b91100573e

View File

@@ -292,7 +292,7 @@ bool Music::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
return true; return true;
} }
default: { default: {
return true; return false;
} }
} }
} }