Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kowczarz committed Feb 22, 2024
1 parent 21be35d commit 4726489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function VolumeButton({style, small}) {
.onChange((event) => {
gestureEventHandler(event);
})
.onFinished(() => {
.onFinalize(() => {
runOnJS(setIsSliderBeingUsed)(false);
});

Expand Down

0 comments on commit 4726489

Please sign in to comment.