Skip to content

Commit 2ce1ae8

Browse files
John SpurlockAndroid (Google) Code Review
authored andcommitted
Merge "Migrate away from lightsOut() in BeanBagDream." into jb-mr1-dev
2 parents 26c5686 + 268118d commit 2ce1ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/SystemUI/src/com/android/systemui/BeanBagDream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void onStart() {
1919
public void onAttachedToWindow() {
2020
super.onAttachedToWindow();
2121
setContentView(mBoard);
22-
lightsOut();
22+
setFullscreen(true);
2323
mBoard.startAnimation();
2424
}
2525

0 commit comments

Comments
 (0)