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

Commit 0d0eaad0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Clear non bonded device when device picker start"

parents 7f348f2b c5b8ae80
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -107,6 +107,8 @@ public final class DevicePickerFragment extends DeviceListPreferenceFragment {
    @Override
    public void onStart() {
        super.onStart();
        mLocalManager.getCachedDeviceManager().clearNonBondedDevices();
        removeAllDevices();
        addCachedDevices();
        mSelectedDevice = null;
        if (mScanAllowed) {