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

Commit

Permalink
Fix: Update Risk calc button visibility (EXPOSUREAPP-14959) (#5897)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwalli committed Mar 16, 2023
1 parent 041a966 commit e5efd51
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit e5efd51

Please sign in to comment.