diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-09-12 08:08:25 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-09-12 08:08:25 (GMT) |
| commit | 3ee4876214b70c107cabbb54f865e646e99f0d73 (patch) | |
| tree | ab0ba3a25b6a598b0371598ed72fea5af95adb97 /src/displayapp/screens/Notifications.cpp | |
| parent | cdf5801efeafd7f0ee05cbe23198856efb9890e3 (diff) | |
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 22eb290..3f20d38 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; } |
