Skip to content

Commit

Permalink
Fix behavior of pagerTabIndicatorOffset in RTL layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Patryk Michalik committed Jul 1, 2022
1 parent 0fa796a commit 9a89f14
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ fun Modifier.pagerTabIndicatorOffset(
)
)
layout(constraints.maxWidth, maxOf(placeable.height, constraints.minHeight)) {
placeable.place(
placeable.placeRelative(
indicatorOffset,
maxOf(constraints.minHeight - placeable.height, 0)
)
Expand Down

0 comments on commit 9a89f14

Please sign in to comment.