Merge "Output switcher subtitle modification" into rvc-dev

This commit is contained in:
tim peng
2020-04-14 01:56:06 +00:00
committed by Android (Google) Code Review
2 changed files with 10 additions and 8 deletions

View File

@@ -103,7 +103,7 @@ public class MediaOutputPanel implements PanelContent, LocalMediaManager.DeviceC
return metadata.getDescription().getSubtitle();
}
}
return null;
return mContext.getText(R.string.media_output_panel_title);
}
@Override