We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c45ce3 commit 5aa4264Copy full SHA for 5aa4264
src/ReactiveUI.AndroidSupport/ReactiveRecyclerViewAdapter.cs
@@ -65,7 +65,7 @@ public override int GetItemViewType(int position)
65
/// <param name="position">The position of the current view in the list.</param>
66
/// <param name="viewModel">The ViewModel associated with the current View.</param>
67
/// <returns>An ID to be used in OnCreateViewHolder.</returns>
68
- public int GetItemViewType(int position, TViewModel viewModel)
+ public virtual int GetItemViewType(int position, TViewModel viewModel)
69
{
70
return base.GetItemViewType(position);
71
}
0 commit comments