Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 268118df authored by John Spurlock's avatar John Spurlock
Browse files

Migrate away from lightsOut() in BeanBagDream.

Bug:7211867
Change-Id: Ic81a61e368b44fa22db4fffac912219d9f2ca951
parent 987f1e75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ public class BeanBagDream extends Dream {
    public void onAttachedToWindow() {
        super.onAttachedToWindow();
        setContentView(mBoard);
        lightsOut();
        setFullscreen(true);
        mBoard.startAnimation();
    }