Skip to content

Commit

Permalink
Fix issue with view-once toggle breaking video controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Feb 3, 2020
1 parent 6fef21e commit 48e7f82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ void onRevealButtonToggled() {
.toList();

selectedMedia.setValue(uncaptioned);
position.setValue(position.getValue() != null ? position.getValue() : 0);
hudState.setValue(buildHudState());
}

Expand Down

0 comments on commit 48e7f82

Please sign in to comment.