mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-26 06:07:32 +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