style: remove unnecessary comment

This commit is contained in:
aro 2022-12-26 12:30:49 +01:00
parent 62ae292436
commit ee6c2f6519

View file

@ -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) },