Merge pull request #857 from StrikerRUS/trans

update Russian translation
This commit is contained in:
pokamest 2024-06-19 19:42:25 +01:00 committed by GitHub
commit 008b858203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 522 additions and 548 deletions

View file

@ -140,7 +140,7 @@ class CameraActivity : ComponentActivity() {
}
}
}.addOnFailureListener {
Log.e(TAG, "Processing QR-code image failed: ${it.message}")
Log.e(TAG, "Processing QR code image failed: ${it.message}")
}.addOnCompleteListener {
imageProxy.close()
}