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

Commit d9eefe37 authored by David van Tonder's avatar David van Tonder Committed by Gerrit Code Review
Browse files

Merge "Fix occasionally flickering music control widget." into cm-10.1

parents 605a6beb 780caff3
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -382,6 +382,9 @@ public class KeyguardTransportControlView extends FrameLayout implements OnClick
    }

    public boolean isMusicPlaying() {
        if (!mMusicClientPresent) {
            return false;
        }
        return mCurrentPlayState == RemoteControlClient.PLAYSTATE_PLAYING
                || mCurrentPlayState == RemoteControlClient.PLAYSTATE_BUFFERING;
    }