fix triangle play button when returning to app
This commit is contained in:
parent
6c80ff04c9
commit
c63dd5847e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue