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

Commit 3268a4c1 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 am: 15299f63

am: 1f16c880

Change-Id: Ia1db636a6fce7612c5742bd920d5ed3fddf43091
parents 6b36861b 1f16c880
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;