correctly hide class notes. Fixes #876

This commit is contained in:
Phillip Thelen 2017-11-14 17:34:27 +01:00
parent 6272ab5d89
commit f852ddb150

View file

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