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 you add one or many chips you can notice that the onMeature method is invoked infinitely in the recyclerview (chips container). Just add a breakpoint. It is the really big problem. Because all UI will be recreated a lot of times it will decrease performance.
The text was updated successfully, but these errors were encountered:
If you add one or many chips you can notice that the onMeature method is invoked infinitely in the recyclerview (chips container). Just add a breakpoint. It is the really big problem. Because all UI will be recreated a lot of times it will decrease performance.
The text was updated successfully, but these errors were encountered: