Closed huhx closed 2 years ago
When the first Tab or third Tab have more than three items(can fill in the whole line). And The middle Tab has less than three item, the issue occur.
This is due to the size of LazyVerticalGrid, add
modifier = Modifier.fillMaxSize(),
When the first Tab or third Tab have more than three items(can fill in the whole line). And The middle Tab has less than three item, the issue occur.