Skip to content

Commit

Permalink
[Fix] slider default pressing false.
Browse files Browse the repository at this point in the history
  • Loading branch information
canxin121 committed May 4, 2024
1 parent 9ae363d commit 0a89072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/comp/play_page_comp/progress_slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ProgressSliderState extends State<ProgressSlider> {
InteractiveSliderController progressController =
InteractiveSliderController(0);
late StreamSubscription<double> listen1;
bool isPressing = true;
bool isPressing = false;

@override
void initState() {
Expand Down

0 comments on commit 0a89072

Please sign in to comment.