mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-25 19:05:56 +03:00
revert test code
This commit is contained in:
parent
9006acb66a
commit
e79a4771c1
1 changed files with 1 additions and 3 deletions
|
@ -183,9 +183,7 @@ class DebugMenuActivity : VectorBaseActivity() {
|
|||
@OnClick(R.id.debug_scan_qr_code)
|
||||
fun scanQRCode() {
|
||||
if (checkPermissions(PERMISSIONS_FOR_TAKING_PHOTO, this, PERMISSION_REQUEST_CODE_LAUNCH_CAMERA)) {
|
||||
// doScanQRCode()
|
||||
// TODO. Find a better way?
|
||||
//startActivity(VectorCallActivity.newIntent(this, "!cyIJhOLwWgmmqreHLD:matrix.org"))
|
||||
doScanQRCode()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue