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

Commit a0adf96e authored by Uday Kumar Sundar's avatar Uday Kumar Sundar
Browse files

Fix for the music widget on resuming from suspend

There was a merge related error on KK which was causing the music
widget not to show-up after resuming from suspend while playing
songs on Music app.

CRs-Fixed: 609390

Change-Id: I67c9193a24d950e2b3b8689d232024a2a0c916bc
parent 8e01404a
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) {