Fixed
Status Update
Comments
vi...@google.com <vi...@google.com>
vi...@google.com <vi...@google.com> #2
Hi, thanks for reaching out to us and reporting this issue! Will share this to the internal teams and open a report on your behalf. Will reach back with updates as soon as I have one.
Thanks!
ki...@google.com <ki...@google.com>
ap...@google.com <ap...@google.com> #3
This has created significant limitations in our app - we need to enable COEP so we can use SharedArrayBuffer for some performance-intensive code, however we currently can't do this and embed YouTube videos at the same time, which we need to support. Credentialless/anonymous iframes would theoretically also solve this issue, but this is not widely adopted in browsers (and WebKit is in fact resistant to implementing it due to user safety concerns: https://github.com/WebKit/standards-positions/issues/45 )
Description
- Relevant code to trigger the issue.
val builder= NotificationCompat.Builder(context, SNOOZING_CHANNEL_ID)
builder.setUsesChronometer(true)
builder.setChronometerCountDown(true) throws NPE
workaround:
call builder.addExtras(Bundle()) before builder.setChronometerCountDown(true)
Origin:
This bug is linked to: