DO NOT MERGE Remove extra fragment in captioning preferences
BUG: 11813771 Change-Id: Ied0b268aca93d7081cdcee1ea9db6347a762e3ac
This commit is contained in:
@@ -51,7 +51,7 @@ public class PresetPreference extends ListDialogPreference {
|
||||
protected void onBindListItem(View view, int index) {
|
||||
final SubtitleView previewText = (SubtitleView) view.findViewById(R.id.preview);
|
||||
final int value = getValueAt(index);
|
||||
ToggleCaptioningPreferenceFragment.applyCaptionProperties(
|
||||
CaptionPropertiesFragment.applyCaptionProperties(
|
||||
mCaptioningManager, previewText, value);
|
||||
|
||||
previewText.setTextSize(DEFAULT_FONT_SIZE);
|
||||
|
Reference in New Issue
Block a user