-
**Summary:**
When opening the App and going to bank accounts to link the bank account the scrolling is not vey smooth because we are using the Nested ScrollView and recycler View.
**Expected behav…
-
```
In com.kunaalkumar.suggsn:1.0:1.
* com.kunaalkumar.suggsn.movies.Popular has leaked:
* InputMethodManager$ControlledInputConnectionWrapper.mParentInputMethodManager
* ↳ InputMethodManager.mCur…
-
```
In com.kunaalkumar.suggsn:1.0:1.
* androidx.recyclerview.widget.RecyclerView has leaked:
* Toast$TN.mNextView
* ↳ LinearLayout.mContext
* ↳ `MainActivity._$_findViewCache`
* ↳ HashMap.table
…
-
Nested ListView 에서 Recycler View 로 바꿀 필요가 있음
-
## My settings page looked like that before.
![screenshot_20181005-132806](https://user-images.githubusercontent.com/8194164/46550376-dfcfe100-c8a2-11e8-9961-26ff036eb166.jpg)
## Now it's looking …
-
java.lang.IllegalStateException: Player is playing while it is not in managed state: ViewHolder{4538d43 position=0 id=-1, oldPos=-1, pLpos:-1 invalid update undefined adapter position}
…
-
The nested scroll areas sometimes contain recycler views which conflict with the collapsable toolbar and it makes scrolling the internal recycler view difficult and/or arduous
-
Not sure if this is supposed to mean anything to you, but it was automatically captured during my build debug and tests yesterday.
No worries if you want to close it in case it is not relevant.
![…
-
I've been passing through problems when it try to use the BaseQuickAdapter.RequestLoadMoreListener for pagination, but I'm using a recycler view inside a nested scroll.
Can you guys give me a help?…
-
I have a horizontal recycler view that uses `PagerSnapHelper` so it acts as a view pager. The pager needs to loop back around to the first item when it reaches the end. I am already using epoxy as it …