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 515460a commit 63c723cCopy full SHA for 63c723c
sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/VideoTestInputActivity.kt
@@ -82,6 +82,9 @@ class VideoTestInputActivity : VideoBaseActivity<ActivityVideoTestInputBinding>(
82
appKeyLayout.evContent.setText(appKey)
83
}
84
swtCross.isChecked = isStartCross
85
+ btnAppPaste.isVisible = isStartCross
86
+ appKeyLayout.root.isVisible = isStartCross
87
+ appSecretLayout.root.isVisible = isStartCross
88
appKeyLayout.evContent.setHint(R.string.hint_app_key)
89
appKeyLayout.evContent.inputType = InputType.TYPE_CLASS_TEXT
90
if (appSecret.isNotEmpty()) {
0 commit comments