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

Commit 86006bb8 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix small issue with previous CL

Change-Id: Id5260413898eef61447f88b3dd82d6181e9bd492
parent 4ddcd573
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -317,7 +317,9 @@ public class KeyguardWidgetFrame extends FrameLayout {
    }

    public void setWidgetLockedSmall(boolean locked) {
        if (locked) {
            setWidgetHeight(mSmallWidgetHeight);
        }
        mWidgetLockedSmall = locked;
    }