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.
Sometimes my logcat gets bombarded with error like the following:
Additionally, the method OnPostitionChanged is called an infinite amount times.