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

Commit 46b619ce authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Fix for the music widget on resuming from suspend"

parents 7dcf325b a0adf96e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {