Migrate away from lightsOut() in BeanBagDream.

Bug:7211867
Change-Id: Ic81a61e368b44fa22db4fffac912219d9f2ca951
This commit is contained in:
John Spurlock
2012-09-21 16:16:43 -04:00
parent 987f1e759c
commit 268118df8a

View File

@@ -19,7 +19,7 @@ public class BeanBagDream extends Dream {
public void onAttachedToWindow() {
super.onAttachedToWindow();
setContentView(mBoard);
lightsOut();
setFullscreen(true);
mBoard.startAnimation();
}