Fix UNNotification multi profile support
The UNNotification API expects us to provide a unique identifier for each notification we show. The previous implementation simply used the notification id as-is which breaks with multiple profiles as their ids may overlap. This CL changes the used id to be "ProfileID|NotificationId" instead to avoid this issue. Also fixes support for the renotify flag. Bug: 1127306 Change-Id: I9f302c3e045d2f6f3358f5d528e80f9a626fca59 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637519 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#845621}
Showing
Please register or sign in to comment