quick fix

This commit is contained in:
Henry Hiles 2023-04-02 16:16:03 -04:00
parent 0c2b2268dd
commit b788def579

View file

@ -48,7 +48,7 @@ fun ScannedAlert(
)
}
Spacer(modifier = Modifier.height(16.dp))
LabelledCheckBox(
if (isURL(code)) LabelledCheckBox(
checked = tempDoNotAsk,
onCheckedChange = { tempDoNotAsk = it },
label = stringResource(id = R.string.setting_do_not_ask)