From 4e1ee90286355caa54ac57d2eb5e59748a09a2de Mon Sep 17 00:00:00 2001 From: Max Friedrich Date: Fri, 16 May 2025 21:29:06 +0200 Subject: Remove the vibration while charging (#1768) * DisplayApp.cpp: Remove the vibration from OnChargingEvent This fixes a bug where the vibration interupts the physical connection with the charger and therefore triggers a new charging event and vibration, ending in a cycle of vibrations while charging. * remove OnChargingEvent message from DisplayApp --------- Co-authored-by: minacode --- src/displayapp/Messages.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/displayapp/Messages.h') diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index d2abc8e5..1fcd72d2 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -24,7 +24,6 @@ namespace Pinetime { AlarmTriggered, Chime, BleRadioEnableToggle, - OnChargingEvent, }; } } -- cgit v1.2.3-70-g09d2