quick fix
This commit is contained in:
parent
0c2b2268dd
commit
b788def579
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fun ScannedAlert(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Spacer(modifier = Modifier.height(16.dp))
|
Spacer(modifier = Modifier.height(16.dp))
|
||||||
LabelledCheckBox(
|
if (isURL(code)) LabelledCheckBox(
|
||||||
checked = tempDoNotAsk,
|
checked = tempDoNotAsk,
|
||||||
onCheckedChange = { tempDoNotAsk = it },
|
onCheckedChange = { tempDoNotAsk = it },
|
||||||
label = stringResource(id = R.string.setting_do_not_ask)
|
label = stringResource(id = R.string.setting_do_not_ask)
|
||||||
|
|
Reference in a new issue