Fix issue with view-once toggle breaking video controls.

master
Greyson Parrelli 2020-02-03 18:26:49 -05:00
parent 6fef21ebc0
commit 48e7f82466
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ class MediaSendViewModel extends ViewModel {
.toList();
selectedMedia.setValue(uncaptioned);
position.setValue(position.getValue() != null ? position.getValue() : 0);
hudState.setValue(buildHudState());
}