We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 162fc8e + 536f067 commit 3c416dfCopy full SHA for 3c416df
policy/src/com/android/internal/policy/impl/keyguard/KeyguardHostView.java
@@ -146,6 +146,8 @@ private int getWidgetPosition(int id) {
146
147
@Override
148
protected void onFinishInflate() {
149
+ mViewStateManager = new KeyguardViewStateManager();
150
+
151
// Grab instances of and make any necessary changes to the main layouts. Create
152
// view state manager and wire up necessary listeners / callbacks.
153
mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container);
0 commit comments