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,7 +141,8 @@ public class FullPlaybackActivity extends PlaybackActivity
nextButton.setOnClickListener(this);
View controlsTop = findViewById(R.id.controls_top);
controlsTop.setOnClickListener(this);
if (controlsTop != null)
controlsTop.setOnClickListener(this);
mTitle = (TextView)findViewById(R.id.title);
mAlbum = (TextView)findViewById(R.id.album);