Loading android/app/src/com/android/bluetooth/hfp/BluetoothInCallService.java +1 −6 Original line number Diff line number Diff line Loading @@ -472,12 +472,7 @@ public class BluetoothInCallService extends InCallService { @Override public void onCallRemoved(Call call) { super.onCallRemoved(call); BluetoothCall bluetoothCall = getBluetoothCallById(call.getDetails().getTelecomCallId()); if (bluetoothCall == null) { Log.w(TAG, "onCallRemoved, BluetoothCall is removed before registered"); return; } onCallRemoved(bluetoothCall); onCallRemoved(getBluetoothCallById(call.getDetails().getTelecomCallId())); } @Override Loading Loading
android/app/src/com/android/bluetooth/hfp/BluetoothInCallService.java +1 −6 Original line number Diff line number Diff line Loading @@ -472,12 +472,7 @@ public class BluetoothInCallService extends InCallService { @Override public void onCallRemoved(Call call) { super.onCallRemoved(call); BluetoothCall bluetoothCall = getBluetoothCallById(call.getDetails().getTelecomCallId()); if (bluetoothCall == null) { Log.w(TAG, "onCallRemoved, BluetoothCall is removed before registered"); return; } onCallRemoved(bluetoothCall); onCallRemoved(getBluetoothCallById(call.getDetails().getTelecomCallId())); } @Override Loading