Archived
1
0
Fork 0

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,
backgroundColor = UIColors.ORANGE,
contentColor = Color.White
) { // 3.
) {
tabTitles.forEachIndexed { index, title ->
Tab(selected = tabIndex == index,
onClick = { onTabChange(index) },