Skip to content
Snippets Groups Projects
Unverified Commit 96f5e91e authored by Juraj Kusnier's avatar Juraj Kusnier Committed by GitHub
Browse files

Make active check-in item not clickable (#2821)

parent df64c096
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,6 @@ class ActiveCheckInVH(parent: ViewGroup) :
checkoutAction.setOnClickListener { curItem.onCheckout(curItem.checkin) }
itemView.apply {
setOnClickListener { curItem.onCardClicked(curItem.checkin, adapterPosition) }
transitionName = item.checkin.id.toString()
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment