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

Commit f099e7c2 authored by RoboErik's avatar RoboErik Committed by Android (Google) Code Review
Browse files

Merge "Ensure MediaBrowser state is set to connecting after a reconnect" into lmp-dev

parents df26651f 88b84178
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -708,6 +708,7 @@ public final class MediaBrowser {
            // We make a new mServiceCallbacks each time we connect so that we can drop
            // responses from previous connections.
            mServiceCallbacks = getNewServiceCallbacks();
            mState = CONNECT_STATE_CONNECTING;

            // Call connect, which is async. When we get a response from that we will
            // say that we're connected.