This PR makes the slider interactive again in ResizablePlayerShowcase and SmoothSeekingShowcase. The issue was introduced in #698, where interactionSource was made optional to follow Android's recommendation. However, these two usages were not updated to provide a non-null argument.
Fixes #722
Changes made
Self-explanatory.
Checklist
[x] Your branch has been rebased onto the main branch.
[ ] APIs have been properly documented (if relevant).
[ ] The documentation has been updated (if relevant).
[ ] New unit tests have been written (if relevant).
Pull request
Description
This PR makes the slider interactive again in
ResizablePlayerShowcase
andSmoothSeekingShowcase
. The issue was introduced in #698, whereinteractionSource
was made optional to follow Android's recommendation. However, these two usages were not updated to provide a non-null
argument.Fixes #722
Changes made
Checklist
main
branch.