-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Refactor: Improve Bottom Bar Behavior in Reader
This commit refactors the bottom bar behavior in the reader to: - Move the bottom bar outside the floating bar logic, ensuring it's always visible when `showItems` is true. - Add a `LaunchedEffect` to reset the floating bar's offset when `showItems` becomes true. - Update the BannerBox composable to use a fun interface for `BannerScope`, simplifying its usage. This improves the overall user experience by making the bottom bar controls more consistent and predictable.
- Loading branch information
jacobrein
committed
Oct 22, 2024
1 parent
ac82f6a
commit 687db86
Showing
2 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters