Skip to content

Commit

Permalink
Update src/android/CHIPTool/app/src/main/java/com/google/chip/chiptoo…
Browse files Browse the repository at this point in the history
…l/clusterclient/clusterinteraction/ClusterDetailFragment.kt

Co-authored-by: Austin Hsieh <[email protected]>
  • Loading branch information
JasonLiuZhuoCheng and austinh0 authored Nov 18, 2021
1 parent 18c3558 commit 2608ced
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class ClusterDetailFragment : Fragment() {
callbackList.addView(emptyCallback)
} else {
response.forEachIndexed { index, it ->
val AttributeCallbackItem =
val attributeCallbackItem =
inflater.inflate(R.layout.cluster_callback_item, null, false) as ConstraintLayout
AttributeCallbackItem.clusterCallbackNameTv.text = variableNameType.name + "[$index]"
val objectString = if (it!!.javaClass == ByteArray::class.java) {
Expand Down

0 comments on commit 2608ced

Please sign in to comment.