Skip to content

Commit 63c723c

Browse files
committed
显示控制
1 parent 515460a commit 63c723c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdkdemo/src/main/java/com/tencent/iot/explorer/link/demo/video/VideoTestInputActivity.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ class VideoTestInputActivity : VideoBaseActivity<ActivityVideoTestInputBinding>(
8282
appKeyLayout.evContent.setText(appKey)
8383
}
8484
swtCross.isChecked = isStartCross
85+
btnAppPaste.isVisible = isStartCross
86+
appKeyLayout.root.isVisible = isStartCross
87+
appSecretLayout.root.isVisible = isStartCross
8588
appKeyLayout.evContent.setHint(R.string.hint_app_key)
8689
appKeyLayout.evContent.inputType = InputType.TYPE_CLASS_TEXT
8790
if (appSecret.isNotEmpty()) {

0 commit comments

Comments
 (0)