Skip to content

Instantly share code, notes, and snippets.

@jifferon
Created August 29, 2017 20:18
Show Gist options
  • Save jifferon/018ee3843ba28f1cbb4be67a029378e8 to your computer and use it in GitHub Desktop.
Save jifferon/018ee3843ba28f1cbb4be67a029378e8 to your computer and use it in GitHub Desktop.
override fun getItemViewType(position: Int): Int {
if(getItemAtPosition(position).saleAmount > 0) {
return Type.SALE.value
}
return Type.NORMAL.value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment