Skip to content

Commit

Permalink
revert shared bounds in profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed May 15, 2024
1 parent 08a66b9 commit 8e491b8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -971,10 +971,10 @@ internal fun CommonProfileHeader(
Box(
modifier =
modifier
.sharedBounds(
rememberSharedContentState(key = "header-$userKey"),
animatedVisibilityScope = this@AnimatedVisibilityScope,
)
// .sharedBounds(
// rememberSharedContentState(key = "header-$userKey"),
// animatedVisibilityScope = this@AnimatedVisibilityScope,
// )
.background(MaterialTheme.colorScheme.surfaceColorAtElevation(3.dp))
.padding(bottom = 8.dp),
) {
Expand Down

0 comments on commit 8e491b8

Please sign in to comment.