mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 14:38:33 +00:00
Fix issue with view-once toggle breaking video controls.
This commit is contained in:
parent
6fef21ebc0
commit
48e7f82466
@ -307,6 +307,7 @@ class MediaSendViewModel extends ViewModel {
|
||||
.toList();
|
||||
|
||||
selectedMedia.setValue(uncaptioned);
|
||||
position.setValue(position.getValue() != null ? position.getValue() : 0);
|
||||
hudState.setValue(buildHudState());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user