Loading android/app/src/com/android/bluetooth/a2dp/A2dpStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -566,6 +566,7 @@ final class A2dpStateMachine extends StateMachine { BluetoothA2dp.STATE_NOT_PLAYING); } break; case AUDIO_STATE_REMOTE_SUSPEND: case AUDIO_STATE_STOPPED: if(mPlayingA2dpDevice != null) { mPlayingA2dpDevice = null; Loading Loading
android/app/src/com/android/bluetooth/a2dp/A2dpStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -566,6 +566,7 @@ final class A2dpStateMachine extends StateMachine { BluetoothA2dp.STATE_NOT_PLAYING); } break; case AUDIO_STATE_REMOTE_SUSPEND: case AUDIO_STATE_STOPPED: if(mPlayingA2dpDevice != null) { mPlayingA2dpDevice = null; Loading