Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Lockscreen notification remix #272

Conversation

matthewsibigtroth
Copy link
Contributor

Currently, the notifications are created as beacons are found. If two or more beacons are found, a summary notification is created. However, if a second beacon is found just after the first beacon is found, the user can see the first notification appear and then disappear within 500-1000ms since the creation of the summary notification hides the first notification. We resolve this issue here by waiting for a brief duration (once scanning starts) before allowing any notifications to be created. After the brief duration, notifications are allowed to be created (and a call to update any pending notifications is issued).

Please review ______

matthewsibigtroth added a commit that referenced this pull request Jan 16, 2015
@matthewsibigtroth matthewsibigtroth merged commit 7dc9021 into google:master Jan 16, 2015
@matthewsibigtroth matthewsibigtroth deleted the lockscreen_notification_remix branch January 16, 2015 16:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant