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

Commit dea86d74 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Settings: Fix to display Paired Devices when Settings App is killed"

parents 604ba297 2565eac3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem

        getActivity().registerReceiver(mReceiver, mIntentFilter);
        if (mLocalAdapter != null) {
            mLocalAdapter.setBluetoothStateInt(mLocalAdapter.getBluetoothState());
            updateContent(mLocalAdapter.getBluetoothState());
        }
    }