mirror of
https://github.com/oxen-io/session-android.git
synced 2025-02-20 06:18:26 +00:00
Adjusted some comment spacing
This commit is contained in:
parent
c5e3e4439c
commit
fb5673161c
@ -243,9 +243,9 @@ class QRCodeAnalyzer(
|
|||||||
// `onBarcodeScanned` with a valid recovery code will stop calling this `analyze` method.
|
// `onBarcodeScanned` with a valid recovery code will stop calling this `analyze` method.
|
||||||
onBarcodeScanned(resultTxt)
|
onBarcodeScanned(resultTxt)
|
||||||
}
|
}
|
||||||
catch (nfe: NotFoundException) { /* Hits if there is no QR code in the image */ }
|
catch (nfe: NotFoundException) { /* Hits if there is no QR code in the image */ }
|
||||||
catch (fe: FormatException) { /* Hits if we found a QR code but failed to decode it */ }
|
catch (fe: FormatException) { /* Hits if we found a QR code but failed to decode it */ }
|
||||||
catch (ce: ChecksumException) { /* Hits if we found a QR code which is corrupted */ }
|
catch (ce: ChecksumException) { /* Hits if we found a QR code which is corrupted */ }
|
||||||
catch (e: Exception) {
|
catch (e: Exception) {
|
||||||
// Hits if there's a genuine problem
|
// Hits if there's a genuine problem
|
||||||
Log.e("QR", "error", e)
|
Log.e("QR", "error", e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user