Skip to content

Commit 268118d

Browse files
author
John Spurlock
committed
Migrate away from lightsOut() in BeanBagDream.
Bug:7211867 Change-Id: Ic81a61e368b44fa22db4fffac912219d9f2ca951
1 parent 987f1e7 commit 268118d

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)