Replies: 1 comment 1 reply
-
Hi, thank you for reporting this, I will check it, as some code is reused in some places, I may have marked it for one implementation which would then be applied to both. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This year, the constructor of
ReactiveRecyclerViewViewHolder<TViewModel>
has been marked as obsolete in theReactiveUI.AndroidX
package. Here is the pull request that merged the change: #3579.Unfortunately for me, I was using it in a project with strict policies regarding warnings. Therefore, in order to remove the warning indicating that this constructor is obsolete, I searched for a non-obsolete alternative, but without success.
Is there an alternative to the obsolete
ReactiveRecyclerViewViewHolder<TViewModel>
from theReactiveUI.AndroidX
package, or is this still the constructor that we are supposed to use?Beta Was this translation helpful? Give feedback.
All reactions