Created
August 14, 2020 10:46
-
-
Save ataulm/af15abb3273d5004ed80d327b4c5dfef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override fun getVisibleVirtualViews(virtualViewIds: MutableList<Int>) { | |
val numberOfIntervals = ratingsHistogram?.intervals?.size ?: 0 | |
for (i in 0 until numberOfIntervals) { | |
virtualViewIds.add(i) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment