correctly hide class notes. Fixes #876

This commit is contained in:
Phillip Thelen 2017-11-14 17:34:27 +01:00
parent ad64c57545
commit 055142e0f3

View file

@ -143,6 +143,7 @@ class ShopRecyclerAdapter : RecyclerView.Adapter<RecyclerView.ViewHolder>() {
}
} else {
holder.spinnerAdapter = null
holder.notesView?.visibility = View.GONE
}
}
ShopItem::class.java -> {