mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-02 22:38:20 +03:00
fix triangle play button when returning to app
This commit is contained in:
parent
b33a72f864
commit
5f26501ddf
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
Reference in a new issue