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

Commit fe03fa54 authored by tmfang's avatar tmfang
Browse files

Connect button should have correct icon

Test: visual
Change-Id: I3688a309a538112c60f5d6084c774c08a2ac05d5
Fixes: 119758987
parent d4fc724f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ public class BluetoothDetailsButtonsController extends BluetoothDetailsControlle
            if (!mConnectButtonInitialized || previouslyConnected) {
                mActionButtons
                        .setButton2Text(R.string.bluetooth_device_context_connect)
                        // TODO (b/119646923) Icon is not ready.
                        .setButton2Icon(R.drawable.ic_add_24dp)
                        .setButton2OnClickListener(
                                view -> mCachedDevice.connect(true /* connectAllProfiles */));
                mConnectButtonInitialized = true;