mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Render gifs in gif search as MP4s.
This commit is contained in:
committed by
Greyson Parrelli
parent
fcc5db2fe6
commit
c31146e902
@@ -127,7 +127,7 @@ public class ViewOnceMessageActivity extends PassphraseRequiredActivity implemen
|
||||
image.setVisibility(View.GONE);
|
||||
duration.setVisibility(View.VISIBLE);
|
||||
|
||||
VideoSlide videoSlide = new VideoSlide(this, uri, 0);
|
||||
VideoSlide videoSlide = new VideoSlide(this, uri, 0, false);
|
||||
|
||||
video.setWindow(getWindow());
|
||||
video.setPlayerStateCallbacks(this);
|
||||
|
||||
Reference in New Issue
Block a user