Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: align units of sheet corner radius in different callsites (#2378)
## Description Before this PR, when updating corner size after initial render different unit (pixel) has been used opposed to `dp` used during initial render. This PR align this behaviour so that `dp` is always used. ## Changes * Calculate appropriate value in `Screen.onSheetDetentChange` function ## Test code and steps to reproduce `Test1649` ## Checklist - [x] Included code example that can be used to test this change - [ ] Ensured that CI passes
- Loading branch information