kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix issue with view-once toggle breaking video controls.
rodzic
6fef21ebc0
commit
48e7f82466
|
@ -307,6 +307,7 @@ class MediaSendViewModel extends ViewModel {
|
||||||
.toList();
|
.toList();
|
||||||
|
|
||||||
selectedMedia.setValue(uncaptioned);
|
selectedMedia.setValue(uncaptioned);
|
||||||
|
position.setValue(position.getValue() != null ? position.getValue() : 0);
|
||||||
hudState.setValue(buildHudState());
|
hudState.setValue(buildHudState());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue