style: remove unnecessary comment
This commit is contained in:
parent
62ae292436
commit
ee6c2f6519
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ fun WatcherDisplay(
|
||||||
selectedTabIndex = tabIndex,
|
selectedTabIndex = tabIndex,
|
||||||
backgroundColor = UIColors.ORANGE,
|
backgroundColor = UIColors.ORANGE,
|
||||||
contentColor = Color.White
|
contentColor = Color.White
|
||||||
) { // 3.
|
) {
|
||||||
tabTitles.forEachIndexed { index, title ->
|
tabTitles.forEachIndexed { index, title ->
|
||||||
Tab(selected = tabIndex == index,
|
Tab(selected = tabIndex == index,
|
||||||
onClick = { onTabChange(index) },
|
onClick = { onTabChange(index) },
|
||||||
|
|
Reference in a new issue