Changed double click button action to music app
This commit is contained in:
parent
65976a2b23
commit
746573e2c8
@ -347,8 +347,8 @@ void DisplayApp::Refresh() {
|
|||||||
LoadNewScreen(Apps::SysInfo, DisplayApp::FullRefreshDirections::Up);
|
LoadNewScreen(Apps::SysInfo, DisplayApp::FullRefreshDirections::Up);
|
||||||
break;
|
break;
|
||||||
case Messages::ButtonDoubleClicked:
|
case Messages::ButtonDoubleClicked:
|
||||||
if (currentApp != Apps::Notifications && currentApp != Apps::NotificationsPreview) {
|
if (currentApp != Apps::Music) {
|
||||||
LoadNewScreen(Apps::Notifications, DisplayApp::FullRefreshDirections::Down);
|
LoadNewScreen(Apps::Music, DisplayApp::FullRefreshDirections::LeftAnim);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user