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

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

am c3ab855a: am e0ec5d42: Merge "Fix potential null pointer exeption in...

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

* commit 'c3ab855a':
  Fix potential null pointer exeption in keyguard
parents 412a92cf c3ab855a
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();