Fix for the alternate display modes

This commit is contained in:
Christopher Eby 2011-12-28 21:44:31 -06:00
parent 36083f6256
commit 49ef2bc7e4

View File

@ -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);