Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Modify header transition offset value empirically
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Rezaei committed Jan 3, 2024
1 parent ce42744 commit cbe1d3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import androidx.compose.ui.unit.Density
import androidx.compose.ui.unit.dp

// Value obtained empirically so that the header buttons don't surpass the header container
private val HeaderTransitionOffset = 190.dp
private val HeaderTransitionOffset = 125.dp

/**
* Class that contains derived state for when the toolbar should be shown
Expand Down

0 comments on commit cbe1d3b

Please sign in to comment.