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

Commit 15299f63 authored by Ashutosh Srivastava's avatar Ashutosh Srivastava Committed by android-build-merger
Browse files

Merge "AVRCP: Play status mapping issue involving Fast Rewind"

am: 9d2838ca

Change-Id: I79bc6cd1f203fe9326e22e604f7feb5e45e16fd0
parents 84a9dd47 9d2838ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -716,7 +716,7 @@ public class AvrcpControllerService extends ProfileService {
                playbackState = PlaybackState.STATE_FAST_FORWARDING;
                break;
            case JNI_PLAY_STATUS_REV_SEEK:
                playbackState = PlaybackState.STATE_FAST_FORWARDING;
                playbackState = PlaybackState.STATE_REWINDING;
                break;
            default:
                playbackState = PlaybackState.STATE_NONE;