Skip to content

Commit

Permalink
Update ClusterDetailFragment.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLiuZhuoCheng authored Dec 10, 2021
1 parent 1ab13c8 commit bb5aa00
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,11 @@ class ClusterDetailFragment : Fragment() {
private var deviceId by Delegates.notNull<Long>()
private var endpointId by Delegates.notNull<Int>()


// when user opens detail page from home page of cluster interaction, historyCommand will be
// null, and nothing will be autocompleted. If the detail page is opened from history page,
// cluster name, command name and potential parameter list will be filled out based on historyCommand
private var historyCommand: HistoryCommand? = null



override fun onCreateView(
inflater: LayoutInflater,
container: ViewGroup?,
Expand Down Expand Up @@ -394,4 +391,4 @@ class ClusterDetailFragment : Fragment() {
}
}
}
}
}

0 comments on commit bb5aa00

Please sign in to comment.