Skip to content

Commit

Permalink
Removed setting offset again in AppyxComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
Aashay Gaikwad committed Sep 4, 2023
1 parent 8add4ae commit 851fd98
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ class ChildrenTransitionScope<InteractionTarget : Any, NavState : Any>(
.offset { offsetCenter.round() }
.width(with(density) { size.width.toDp() })
.height(with(density) { size.height.toDp() })
.offset { offsetCenter.round() }
.pointerInput(appyxComponent) {
detectDragGesturesOrCancellation(
onDragStart = { position ->
Expand Down

0 comments on commit 851fd98

Please sign in to comment.