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

Commit c4a53b36 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Connect button click handler for bluetooth forget dialog. am: f8c29641

am: e469371d

Change-Id: I442d8074737cbbfc788bb0f7be155119aad40d3b
parents b3d77264 e469371d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -116,7 +116,7 @@ public final class DeviceProfilesSettings extends DialogFragment implements
                EditText deviceName = (EditText) mRootView.findViewById(R.id.name);
                mCachedDevice.setName(deviceName.getText().toString());
                break;
            case DialogInterface.BUTTON_NEGATIVE:
            case DialogInterface.BUTTON_NEUTRAL:
                mCachedDevice.unpair();
                com.android.settings.bluetooth.Utils.updateSearchIndex(getContext(),
                        BluetoothSettings.class.getName(), mCachedDevice.getName(),