revert test code

This commit is contained in:
Valere 2020-06-11 15:12:46 +02:00
parent 9006acb66a
commit e79a4771c1

View file

@ -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()
}
}