Skip to content

Commit c8f93ad

Browse files
Fixed the support screen and added swipe action to the app manager
1 parent e950be3 commit c8f93ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/com/d4rk/cleaner/ui/appmanager/AppManagerComposable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fun AppManagerComposable() {
8585
selectedTabIndex = pagerState.currentPage,
8686
indicator = { tabPositions ->
8787
TabRowDefaults.PrimaryIndicator(
88-
modifier = Modifier.tabIndicatorOffset(tabPositions[pagerState.currentPage]).fillMaxWidth(),
88+
modifier = Modifier.tabIndicatorOffset(tabPositions[pagerState.currentPage]),
8989
shape = RoundedCornerShape(
9090
topStart = 3.dp, topEnd = 3.dp, bottomEnd = 0.dp, bottomStart = 0.dp
9191
),

0 commit comments

Comments
 (0)