Loading android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading