Fix mangled showCheckbox expression from sed substitution
This commit is contained in:
@@ -173,7 +173,7 @@ fun VerifyScreen(state: AppState) {
|
|||||||
val isSoftRemoved = cr.photo.devicePath in softRemoved
|
val isSoftRemoved = cr.photo.devicePath in softRemoved
|
||||||
VerifyResultRow(
|
VerifyResultRow(
|
||||||
result = cr,
|
result = cr,
|
||||||
showCheckbox = importConfig.deleteAfterVerify &&& !isSoftRemoved !isSoftRemoved,
|
showCheckbox = importConfig.deleteAfterVerify && !isSoftRemoved,
|
||||||
isChecked = cr.photo.devicePath in toDelete,
|
isChecked = cr.photo.devicePath in toDelete,
|
||||||
canCheck = cr.verified && cr.error == null,
|
canCheck = cr.verified && cr.error == null,
|
||||||
isSoftRemoved = isSoftRemoved,
|
isSoftRemoved = isSoftRemoved,
|
||||||
|
|||||||
Reference in New Issue
Block a user