Loading packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java +1 −1 Original line number Diff line number Diff line Loading @@ -1499,8 +1499,8 @@ public class KeyguardHostView extends KeyguardViewBase { private void showAppropriateWidgetPage() { final int state = mTransportState; final int pageToShow = getAppropriateWidgetPage(state); final boolean transportAdded = ensureTransportPresentOrRemoved(state); final int pageToShow = getAppropriateWidgetPage(state); if (!transportAdded) { mAppWidgetContainer.setCurrentPage(pageToShow); } else if (state == TRANSPORT_VISIBLE) { Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardHostView.java +1 −1 Original line number Diff line number Diff line Loading @@ -1499,8 +1499,8 @@ public class KeyguardHostView extends KeyguardViewBase { private void showAppropriateWidgetPage() { final int state = mTransportState; final int pageToShow = getAppropriateWidgetPage(state); final boolean transportAdded = ensureTransportPresentOrRemoved(state); final int pageToShow = getAppropriateWidgetPage(state); if (!transportAdded) { mAppWidgetContainer.setCurrentPage(pageToShow); } else if (state == TRANSPORT_VISIBLE) { Loading