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

Commit 33063e4e authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

4626-Q-Incall_Selected_audio_not_visible_issue

parent c64e6662
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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));