diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-06-12 21:01:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 21:01:55 +0200 |
| commit | ab1a3900a377054bd67196f0ee5c748ea93d3e46 (patch) | |
| tree | 907608958d0be8a97a3d646c842fde3095cef939 /src/components/ble/AlertNotificationService.cpp | |
| parent | f2d01166c380b72ebcb13ef649def88ff4cf2d21 (diff) | |
| parent | e90e8c7426f9a44e696b208a5b393a60476a3d43 (diff) | |
Merge branch 'develop' into pinetimestyle
Diffstat (limited to 'src/components/ble/AlertNotificationService.cpp')
| -rw-r--r-- | src/components/ble/AlertNotificationService.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ble/AlertNotificationService.cpp b/src/components/ble/AlertNotificationService.cpp index e9f5941e..d5fc7f65 100644 --- a/src/components/ble/AlertNotificationService.cpp +++ b/src/components/ble/AlertNotificationService.cpp @@ -79,7 +79,7 @@ int AlertNotificationService::OnAlert(uint16_t conn_handle, uint16_t attr_handle break; } - auto event = Pinetime::System::SystemTask::Messages::OnNewNotification; + auto event = Pinetime::System::Messages::OnNewNotification; notificationManager.Push(std::move(notif)); systemTask.PushMessage(event); } |
