Fix for the alternate display modes
This commit is contained in:
parent
36083f6256
commit
49ef2bc7e4
@ -141,6 +141,7 @@ public class FullPlaybackActivity extends PlaybackActivity
|
|||||||
nextButton.setOnClickListener(this);
|
nextButton.setOnClickListener(this);
|
||||||
|
|
||||||
View controlsTop = findViewById(R.id.controls_top);
|
View controlsTop = findViewById(R.id.controls_top);
|
||||||
|
if (controlsTop != null)
|
||||||
controlsTop.setOnClickListener(this);
|
controlsTop.setOnClickListener(this);
|
||||||
|
|
||||||
mTitle = (TextView)findViewById(R.id.title);
|
mTitle = (TextView)findViewById(R.id.title);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user