mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-05-19 20:29:02 +00:00
correctly hide class notes. Fixes #876
This commit is contained in:
parent
ad64c57545
commit
055142e0f3
1 changed files with 1 additions and 0 deletions
|
|
@ -143,6 +143,7 @@ class ShopRecyclerAdapter : RecyclerView.Adapter<RecyclerView.ViewHolder>() {
|
|||
}
|
||||
} else {
|
||||
holder.spinnerAdapter = null
|
||||
holder.notesView?.visibility = View.GONE
|
||||
}
|
||||
}
|
||||
ShopItem::class.java -> {
|
||||
|
|
|
|||
Loading…
Reference in a new issue