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

Commit 41e467fd authored by Ajay Panicker's avatar Ajay Panicker
Browse files

Send Addressed player changed responses immediatly

Bug: 63721876
Test: Start music, make a call, and hang up from carkit
Change-Id: Id1ff0beb9b86da8a4c030f4d32e0588435b25723
parent 247f60cc
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2147,10 +2147,9 @@ public final class Avrcp {
                } else {
                    registerRsp = false;
                }
                mHandler.sendEmptyMessageDelayed(MSG_NOW_PLAYING_CHANGED_RSP, MEDIA_DWELL_TIME);
            }
        }
        scheduleMediaUpdate();
        updateCurrentMediaState(false);
        return registerRsp;
    }