mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-25 11:20:47 +01:00
Migrate all QR scanning to new scanner.
This commit is contained in:
committed by
Greyson Parrelli
parent
caf1329005
commit
18eac51576
@@ -40,6 +40,7 @@ class QrScannerView @JvmOverloads constructor(
|
||||
this.scannerView = (scannerView as ScannerView)
|
||||
}
|
||||
|
||||
@JvmOverloads
|
||||
fun start(lifecycleOwner: LifecycleOwner, forceLegacy: Boolean = false) {
|
||||
if (scannerView != null) {
|
||||
Log.w(TAG, "Attempt to start scanning that has already started")
|
||||
|
||||
Reference in New Issue
Block a user