diff options
| author | Rasmus Schenstrom <element_004@hotmail.com> | 2020-10-27 18:51:06 (GMT) |
|---|---|---|
| committer | petter <39340152+petterhs@users.noreply.github.com> | 2021-01-21 22:15:29 (GMT) |
| commit | 10ba20876f37c8e18307dfbc8d06d70bb94d5fae (patch) | |
| tree | 18d4a9d143162420452be53ee27fa8370ce465cc /src/components/ble/AlertNotificationClient.h | |
| parent | 7e27bc873315589ae4076780607720aa5278c5a1 (diff) | |
Add incoming call functionality
Add categories to AlertNotification
Add new alert notification screens bases
Add Incoming Call
Add Modal
Add event to AlertNotification
Co-authored-by: Robin Karlsson <robin.karlsson@protonmail.com>
Diffstat (limited to 'src/components/ble/AlertNotificationClient.h')
| -rw-r--r-- | src/components/ble/AlertNotificationClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/AlertNotificationClient.h b/src/components/ble/AlertNotificationClient.h index fa10456..d49205e 100644 --- a/src/components/ble/AlertNotificationClient.h +++ b/src/components/ble/AlertNotificationClient.h @@ -83,4 +83,4 @@ namespace Pinetime { bool isDescriptorFound = false; }; } -}
\ No newline at end of file +} |
