kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
c389a9d3ce
commit
ddf6126abf
|
@ -75,7 +75,7 @@ public class VideoPlayer extends FrameLayout {
|
|||
public void setVideoSource(@NonNull MasterSecret masterSecret, @NonNull VideoSlide videoSource)
|
||||
throws IOException
|
||||
{
|
||||
if (Build.VERSION.SDK_INT >= 14) setExoViewSource(masterSecret, videoSource);
|
||||
if (Build.VERSION.SDK_INT >= 16) setExoViewSource(masterSecret, videoSource);
|
||||
else setVideoViewSource(masterSecret, videoSource);
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue