Commit 9ff78ab
[Bottom Sheet] Reset wantsHighFrameRateIdle on pan gesture end (#2250)
When an in-flight spring animation is interrupted via completeAnimationsIfNeeded(),
the completion block that resets wantsHighFrameRateIdle is never called. Reset the
flag in .ended/.cancelled/.failed to ensure it doesn't remain enabled past the
gesture lifecycle.
Co-authored-by: Lukas Capkovic <lucapkov@microsoft.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent b777126 commit 9ff78ab
File tree
1 file changed
+3
-0
lines changed- Sources/FluentUI_iOS/Components/BottomSheet
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
989 | 992 | | |
990 | 993 | | |
991 | 994 | | |
| |||
0 commit comments