mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 10:51:27 +01:00
Update sad paths around manual backup key restore.
This commit is contained in:
committed by
Greyson Parrelli
parent
b5f323d4af
commit
139b62e469
@@ -37,7 +37,7 @@ object IBANVisualTransformation : VisualTransformation {
|
||||
}
|
||||
|
||||
override fun transformedToOriginal(offset: Int): Int {
|
||||
return offset - (offset / 4)
|
||||
return offset - (offset / 5)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user