mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
Auth | Fix | Disable qr-code scanning sound (#2267)
This commit is contained in:
parent
08bbf7368c
commit
bdf231af5d
1 changed files with 3 additions and 1 deletions
|
@ -108,7 +108,9 @@ class KeychainLoginFragment :
|
|||
}
|
||||
|
||||
private fun startCamera() {
|
||||
IntentIntegrator.forSupportFragment(this).initiateScan()
|
||||
IntentIntegrator.forSupportFragment(this)
|
||||
.setBeepEnabled(false)
|
||||
.initiateScan()
|
||||
}
|
||||
|
||||
override fun onActivityResult(requestCode: Int, resultCode: Int, data: Intent?) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue