mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 12:00:03 +03:00
Ensure we will not use EpoxyRecyclerView as a View anymore
This commit is contained in:
parent
9a01b4ace9
commit
da14ae432a
1 changed files with 4 additions and 1 deletions
|
@ -81,4 +81,7 @@ layout_constraintLeft_
|
|||
|
||||
### Will crash on API < 21. Use ?colorAccent instead
|
||||
\?android:colorAccent
|
||||
\?android:attr/colorAccent
|
||||
\?android:attr/colorAccent
|
||||
|
||||
### Use androidx.recyclerview.widget.RecyclerView because EpoxyRecyclerViews add behavior we do not want to
|
||||
<com\.airbnb\.epoxy\.EpoxyRecyclerView
|
||||
|
|
Loading…
Add table
Reference in a new issue