Fixed
Status Update
Comments
co...@google.com <co...@google.com> #2
I hit this exact stacktrace too. I have a pretty simple app with the only complex screen being a lazygrid layout. not sure what the root cause here could be.
ap...@google.com <ap...@google.com> #3
As you can see it's been a long time and they do not even answer.
The workaround that is still needed is simple. Since this is a relatively rare issue and not a single user ever contacted about that issue before or after the workaround I guess it's good enough for now.
@SuppressLint("RestrictedApi")
override fun dispatchKeyEvent(event: KeyEvent): Boolean {
return runCatching { super.dispatchKeyEvent(event) }.getOrDefault(false)
}
co...@google.com <co...@google.com>
na...@google.com <na...@google.com> #4
We recently landed significant changes to the affected code paths. The changes have not been released yet. Can we ask you to either wait for the next alpha release or try one of the latest snapshots?
Thanks!
Description
The following Experimental APIs have existed for several releases.
Please consider stabilising or removing these APIs: