Skip to content

Commit b911005

Browse files
Riksu9000JF002
authored andcommitted
Fix music app buttons
1 parent ee44b6f commit b911005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Music.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ bool Music::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
292292
return true;
293293
}
294294
default: {
295-
return true;
295+
return false;
296296
}
297297
}
298298
}

0 commit comments

Comments
 (0)