You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a component replacement replaces a node with an AndroidView, and that AndroidView is recomposed, it can crash. This was seen in #1603 and fixed with a workaround by not calling key(), thereby avoiding a recomposition.
The text was updated successfully, but these errors were encountered:
If a component replacement replaces a node with an
AndroidView
, and thatAndroidView
is recomposed, it can crash. This was seen in #1603 and fixed with a workaround by not callingkey()
, thereby avoiding a recomposition.The text was updated successfully, but these errors were encountered: