-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit number of notification restored to 49
* Only the most recent 49 notifications will be restore instead of just limiting on the past week. - Ensures only the most recent relevant notifications are shown. * Also increased delay between restoring each notification to 200ms. * This fixes the following logcat messages - E/NotificationService: Package has already posted 50 notifications. Not showing more. package=#### - E/NotificationService: Package enqueue rate is 10.56985. Shedding events. package=#### * This can mitigate #644
- Loading branch information
Showing
1 changed file
with
28 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters