Update sad paths around manual backup key restore.

This commit is contained in:
Cody Henthorne
2025-01-27 14:53:26 -05:00
committed by Greyson Parrelli
parent b5f323d4af
commit 139b62e469
11 changed files with 257 additions and 57 deletions

View File

@@ -37,7 +37,7 @@ object IBANVisualTransformation : VisualTransformation {
}
override fun transformedToOriginal(offset: Int): Int {
return offset - (offset / 4)
return offset - (offset / 5)
}
}
}