Skip to content

Commit 6fd00c7

Browse files
author
Joel Hill
committed
feat: remove swipe right event handling for music navigation
1 parent 732fb76 commit 6fd00c7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/displayapp/screens/Music.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ bool Music::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
272272
musicService.event(Controllers::MusicService::EVENT_MUSIC_NEXT);
273273
return true;
274274
}
275-
case TouchEvents::SwipeRight: {
276-
musicService.event(Controllers::MusicService::EVENT_MUSIC_PREV);
277-
return true;
278-
}
279275
default: {
280276
return false;
281277
}

0 commit comments

Comments
 (0)