mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix issue with view-once toggle breaking video controls.
This commit is contained in:
@@ -307,6 +307,7 @@ class MediaSendViewModel extends ViewModel {
|
||||
.toList();
|
||||
|
||||
selectedMedia.setValue(uncaptioned);
|
||||
position.setValue(position.getValue() != null ? position.getValue() : 0);
|
||||
hudState.setValue(buildHudState());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user