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
Sometimes my logcat gets bombarded with error like the following:
E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
I/System.out: position changed: 2
E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
I/System.out: position changed: 2
E/RecyclerView: Smooth Scroll action is being updated too frequently. Make sure you are not changing it unless necessary
W/RecyclerView: An instance of SmoothScroller was started more than once. Each instance ofSmoothScroller is intended to only be used once. You should create a new instance for each use.
....
Additionally, the method OnPostitionChanged is called an infinite amount times.
The text was updated successfully, but these errors were encountered:
Sometimes my logcat gets bombarded with error like the following:
Additionally, the method OnPostitionChanged is called an infinite amount times.
The text was updated successfully, but these errors were encountered: