Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Fix: Update Risk calc button visibility (EXPOSUREAPP-14959) #5897

Merged
merged 3 commits into from
Mar 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class IncreasedRiskCard(
rowContactLast.isGone = getRiskContactLast(context) == null
rowContactLast.setText(getRiskContactLast(context))
rowTimeFetched.setText(getTimeFetched(context))
updateAction.isGone = !showUpdateButton
}
itemView.setOnClickListener { item.onCardClick(item) }
updateAction.setOnClickListener { item.onUpdateClick(item) }
Expand Down