File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
java/ie/macinnes/tvheadend/player Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,10 @@ private DebugTextViewHelper getDebugTextView() {
217217 );
218218
219219 if (enableDebugTextView ) {
220+ TextView textView = (TextView ) mOverlayView .findViewById (R .id .debug_text_view );
221+ textView .setVisibility (View .VISIBLE );
220222 return new DebugTextViewHelper (
221- mExoPlayer , ( TextView ) mOverlayView . findViewById ( R . id . debug_text_view ) );
223+ mExoPlayer , textView );
222224 } else {
223225 return null ;
224226 }
Original file line number Diff line number Diff line change 2929 android : paddingRight =" 4dp"
3030 android : textSize =" 10sp"
3131 android : textColor =" @android:color/white"
32+ android : visibility =" invisible"
3233 tools : ignore =" SmallSp" />
3334
3435 <com .google.android.exoplayer2.ui.SubtitleView android : id =" @+id/subtitle_view"
You can’t perform that action at this time.
0 commit comments