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
This would be similar to the new UnrememberedStateDetector in androidx, but be a warning lint to catch likely cases. @StateFactoryMarker works for functions, but it doesn't help with cases where people instantiate state classes directly.
This would be similar to the new
UnrememberedStateDetector
in androidx, but be a warning lint to catch likely cases.@StateFactoryMarker
works for functions, but it doesn't help with cases where people instantiate state classes directly.Thoughts @chrisbanes @mrmans0n?
The text was updated successfully, but these errors were encountered: