Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed spacing for floating toolbar + back support #1452

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

IanGClifton
Copy link
Contributor

The floating toolbar seen in expanded width windows was implemented as a sticky header. The problem with that is it allows the toolbar to go behind the status bar on scroll due to edge-to-edge. For a real sticky header, you'd probably want to implement inset handling into the header so that it sticks just below any insets. In this case, that would mean the toolbar never actually moves, so I pulled it out of sticky header and just put it as a sibling with the LazyColumn. By adding the safeDrawing insets, this keeps it positioned at the top right of the safeDrawing area.

I also added a BackHandler for the drawer, so that pressing back closes the drawer. I don't see any clean way to implement predictive back with a modal navigation drawer.

The floating toolbar seen in expanded width windows was implemented as a
sticky header. The problem with that is it allows the toolbar to go
behind the status bar on scroll due to edge-to-edge. For a real sticky
header, you'd probably want to implement inset handling into the header
so that it sticks just below any insets. In this case, that would mean
the toolbar never actually moves, so I pulled it out of sticky header
and just put it as a sibling with the LazyColumn. By adding the
safeDrawing insets, this keeps it positioned at the top right of the
safeDrawing area.

I also added a BackHandler for the drawer, so that pressing back closes
the drawer. I don't see any clean way to implement predictive back with
a modal navigation drawer.
@IanGClifton IanGClifton requested a review from a team as a code owner August 29, 2024 00:22
Copy link
Contributor

@JolandaVerhoef JolandaVerhoef left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@JolandaVerhoef JolandaVerhoef merged commit fff4b21 into main Aug 29, 2024
5 checks passed
@JolandaVerhoef JolandaVerhoef deleted the igc/jetnews-fixes branch August 29, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants