mirror of
https://github.com/google/pebble.git
synced 2025-05-29 22:43:12 +00:00
spelling: receive
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
a58187577d
commit
a0222e963c
4 changed files with 4 additions and 4 deletions
|
@ -895,7 +895,7 @@ static void prv_handle_ns_notification(uint32_t length, const uint8_t *notificat
|
|||
case EventIDNotificationAdded:
|
||||
// In iOS 8.2 several apps (especially mail.app) seem to be setting the preexisting flag
|
||||
// when they shouldn't. This appeared to be fixed in iOS 9 beta 1.
|
||||
// By skipping the preexisting check we will re-recieve all the notifications
|
||||
// By skipping the preexisting check we will re-receive all the notifications
|
||||
// we got in the past 2 hours. To get past this ignore notifications for the first couple
|
||||
// seconds after connecting
|
||||
if (s_just_connected && (nsnotification->event_flags & EventFlagPreExisting)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue