mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Fix release branch
This commit is contained in:
parent
50c8197004
commit
dcd549bd3e
2 changed files with 2 additions and 1 deletions
|
|
@ -661,7 +661,7 @@ public class DefaultTrackSelector extends MappingTrackSelector {
|
|||
|
||||
private Parameters() {
|
||||
this(
|
||||
/* selectionOverrides= */ new SparseArray<>(),
|
||||
/* selectionOverrides= */ new SparseArray<Map<TrackGroupArray,SelectionOverride>>(),
|
||||
/* rendererDisabledFlags= */ new SparseBooleanArray(),
|
||||
/* preferredAudioLanguage= */ null,
|
||||
/* preferredTextLanguage= */ null,
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ import android.graphics.Rect;
|
|||
import android.graphics.RectF;
|
||||
import android.text.Layout.Alignment;
|
||||
import android.text.SpannableStringBuilder;
|
||||
import android.text.Spanned;
|
||||
import android.text.StaticLayout;
|
||||
import android.text.TextPaint;
|
||||
import android.text.TextUtils;
|
||||
|
|
|
|||
Loading…
Reference in a new issue