diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-09-23 20:13:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 20:13:42 +0200 |
| commit | 8a2b86dc8376d915b664a301465f7a5ef675b66f (patch) | |
| tree | e9e5efad34e3ab0ed7e3651364ab09985b5c9bcb /src/displayapp/screens/Notifications.cpp | |
| parent | 1c3c3c8db919c703bbd3f1be4ce9c6833237ea6f (diff) | |
| parent | 93d240a23b1071efd0ac4ecba986f98bc1dae2a4 (diff) | |
Merge pull request #664 from Riksu9000/disable_notif_only
Toggle notifications only, keep vibrations.
Diffstat (limited to 'src/displayapp/screens/Notifications.cpp')
| -rw-r--r-- | src/displayapp/screens/Notifications.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 417dff00..4f475813 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -129,10 +129,6 @@ bool Notifications::OnTouchEvent(Pinetime::Applications::TouchEvents event) { alertNotificationService); } return true; - case Pinetime::Applications::TouchEvents::LongTap: { - // notificationManager.ToggleVibrations(); - return true; - } default: return false; } |
