am 86e1b966: Fix ordering bug
* commit '86e1b96666af3693ec1bf220272fbc90d73d3cde': Fix ordering bug
This commit is contained in:
@@ -146,6 +146,8 @@ public class KeyguardHostView extends KeyguardViewBase {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void onFinishInflate() {
|
protected void onFinishInflate() {
|
||||||
|
mViewStateManager = new KeyguardViewStateManager();
|
||||||
|
|
||||||
// Grab instances of and make any necessary changes to the main layouts. Create
|
// Grab instances of and make any necessary changes to the main layouts. Create
|
||||||
// view state manager and wire up necessary listeners / callbacks.
|
// view state manager and wire up necessary listeners / callbacks.
|
||||||
mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container);
|
mAppWidgetContainer = (KeyguardWidgetPager) findViewById(R.id.app_widget_container);
|
||||||
@@ -157,7 +159,6 @@ public class KeyguardHostView extends KeyguardViewBase {
|
|||||||
addWidgetsFromSettings();
|
addWidgetsFromSettings();
|
||||||
mSwitchPageRunnable.run();
|
mSwitchPageRunnable.run();
|
||||||
|
|
||||||
mViewStateManager = new KeyguardViewStateManager();
|
|
||||||
SlidingChallengeLayout slider =
|
SlidingChallengeLayout slider =
|
||||||
(SlidingChallengeLayout) findViewById(R.id.sliding_layout);
|
(SlidingChallengeLayout) findViewById(R.id.sliding_layout);
|
||||||
if (slider != null) {
|
if (slider != null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user