fix triangle play button when returning to app
This commit is contained in:
parent
b33a72f864
commit
5f26501ddf
|
@ -379,7 +379,7 @@ public final class MainVideoPlayer extends Activity {
|
||||||
titleTextView.setText(getVideoTitle());
|
titleTextView.setText(getVideoTitle());
|
||||||
channelTextView.setText(getUploaderName());
|
channelTextView.setText(getUploaderName());
|
||||||
|
|
||||||
playPauseButton.setImageResource(R.drawable.ic_pause_white);
|
//playPauseButton.setImageResource(R.drawable.ic_pause_white);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue