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

Commit e5efd51

Browse files
authored
Fix: Update Risk calc button visibility (EXPOSUREAPP-14959) (#5897)
## Ticket https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14959
1 parent 041a966 commit e5efd51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Corona-Warn-App/src/main/java/de/rki/coronawarnapp/tracing/ui/homecards/IncreasedRiskCard.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class IncreasedRiskCard(
2929
rowContactLast.isGone = getRiskContactLast(context) == null
3030
rowContactLast.setText(getRiskContactLast(context))
3131
rowTimeFetched.setText(getTimeFetched(context))
32+
updateAction.isGone = !showUpdateButton
3233
}
3334
itemView.setOnClickListener { item.onCardClick(item) }
3435
updateAction.setOnClickListener { item.onUpdateClick(item) }

0 commit comments

Comments
 (0)