Skip to content

Commit c2af3bb

Browse files
authored
1 parent 862c1a7 commit c2af3bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
- Bump Coroutines to v1.10.2
2525
- Skip Sentry config during app startup in the debug mode
2626
- Show spanish language option in non-production builds only
27+
- Increase lab based risk threshold to 20%
2728

2829
### Features
2930

app/src/main/java/org/simple/clinic/summary/compose/StatinNudgeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import org.simple.clinic.cvdrisk.StatinInfo
4747
import org.simple.clinic.medicalhistory.Answer
4848
import org.simple.clinic.util.toAnnotatedString
4949

50-
private const val LAB_BASED_MIN_REQ_MAX_RISK_RANGE = 10
50+
private const val LAB_BASED_MIN_REQ_MAX_RISK_RANGE = 20
5151
private const val MIN_AGE_FOR_STATIN = 40
5252

5353
@Composable

0 commit comments

Comments
 (0)