We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191448f commit 3ad9b65Copy full SHA for 3ad9b65
sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/VideoOptionsActivity.kt
@@ -13,7 +13,7 @@ class VideoOptionsActivity : VideoBaseActivity<ActivityVideoOptionsBinding>() {
13
with(binding) {
14
btnVideo.setOnClickListener { jumpActivity(VideoInputAuthorizeActivity::class.java) }
15
btnVideoWlan.setOnClickListener { jumpActivity(VideoWlanDetectActivity::class.java) }
16
- btnVideoLink.setOnClickListener { showConnectionTypeDialog() }
+ btnVideoLink.setOnClickListener { jumpActivity(VideoTestInputActivity::class.java) }
17
}
18
19
0 commit comments