mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-02 00:17:41 +01:00
Disable audio focus for video GIF playback in media send flow.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
This commit is contained in:
committed by
Cody Henthorne
parent
6155140de4
commit
a8d106a292
@@ -101,6 +101,8 @@ class VideoEditorFragment : Fragment(), PositionDragListener, MediaSendPageFragm
|
||||
})
|
||||
player.hideControls()
|
||||
player.loopForever()
|
||||
player.mute()
|
||||
player.disableAudioFocus()
|
||||
player.play()
|
||||
} else {
|
||||
hud.setPlayClickListener {
|
||||
|
||||
Reference in New Issue
Block a user