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

Commit c3ab855a authored by Jim Miller's avatar Jim Miller Committed by Android Git Automerger
Browse files

am e0ec5d42: Merge "Fix potential null pointer exeption in keyguard" into jb-mr1-lockscreen-dev

* commit 'e0ec5d42':
  Fix potential null pointer exeption in keyguard
parents acb544dd e0ec5d42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -155,6 +155,8 @@ public class KeyguardHostView extends KeyguardViewBase {
        mAppWidgetContainer.setCallbacks(mWidgetCallbacks);
        mAppWidgetContainer.setMinScale(0.5f);

        mViewStateManager = new KeyguardViewStateManager();

        addDefaultWidgets();
        addWidgetsFromSettings();
        mSwitchPageRunnable.run();