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
|
||||
VerifyResultRow(
|
||||
result = cr,
|
||||
showCheckbox = importConfig.deleteAfterVerify &&& !isSoftRemoved !isSoftRemoved,
|
||||
showCheckbox = importConfig.deleteAfterVerify && !isSoftRemoved,
|
||||
isChecked = cr.photo.devicePath in toDelete,
|
||||
canCheck = cr.verified && cr.error == null,
|
||||
isSoftRemoved = isSoftRemoved,
|
||||
|
||||
Reference in New Issue
Block a user