-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Android): fix sheet transition when there is no dimming applied (#…
…2723) ## Description Shout out to @kligarski for spotting this out! I've introduced a regression in 4.7.0 when refactoring sheet animation - basically it always animated to the resolved `maxAlpha` for given sheet dimming view & did not take into account `sheetLargestUndimmedDetentIndex` prop, effectively disabling this prop. This affects both architectures. ## Changes When configuring enter animation we now take the prop into account. ## Test code and steps to reproduce `TestFormSheet` ## Checklist - [x] Included code example that can be used to test this change - [ ] Ensured that CI passes
- Loading branch information
Showing
3 changed files
with
23 additions
and
8 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
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