mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-07-20 12:54:59 +00:00
correctly hide class notes. Fixes #876
This commit is contained in:
parent
6272ab5d89
commit
f852ddb150
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