Loading java/com/android/incallui/audioroute/AudioRouteSelectorDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class AudioRouteSelectorDialogFragment extends BottomSheetDialogFragment } private TextView createBluetoothItem(BluetoothDevice bluetoothDevice, boolean selected) { int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); int selectedColor = ThemeComponent.get(getContext()).theme().getColorAccent(); TextView textView = (TextView) getLayoutInflater().inflate(R.layout.audioroute_item, null, false); textView.setText(getAliasName(bluetoothDevice)); Loading Loading
java/com/android/incallui/audioroute/AudioRouteSelectorDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ public class AudioRouteSelectorDialogFragment extends BottomSheetDialogFragment } private TextView createBluetoothItem(BluetoothDevice bluetoothDevice, boolean selected) { int selectedColor = ThemeComponent.get(getContext()).theme().getColorPrimary(); int selectedColor = ThemeComponent.get(getContext()).theme().getColorAccent(); TextView textView = (TextView) getLayoutInflater().inflate(R.layout.audioroute_item, null, false); textView.setText(getAliasName(bluetoothDevice)); Loading