Skip to content

Commit

Permalink
Fixed the support screen and added swipe action to the app manager
Browse files Browse the repository at this point in the history
  • Loading branch information
D4rK7355608 committed Jul 10, 2024
1 parent e950be3 commit c8f93ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fun AppManagerComposable() {
selectedTabIndex = pagerState.currentPage,
indicator = { tabPositions ->
TabRowDefaults.PrimaryIndicator(
modifier = Modifier.tabIndicatorOffset(tabPositions[pagerState.currentPage]).fillMaxWidth(),
modifier = Modifier.tabIndicatorOffset(tabPositions[pagerState.currentPage]),
shape = RoundedCornerShape(
topStart = 3.dp, topEnd = 3.dp, bottomEnd = 0.dp, bottomStart = 0.dp
),
Expand Down

0 comments on commit c8f93ad

Please sign in to comment.