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

Commit 86fd147a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Bluetooth: mLocalAdapter should never be null" into oc-dr1-dev

parents 89fdea98 a4503c5b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -70,11 +70,9 @@ public class BluetoothPairingDetail extends DeviceListPreferenceFragment impleme
    public void onStart() {
        super.onStart();

        if (mLocalAdapter != null) {
        updateContent(mLocalAdapter.getBluetoothState());
        mAvailableDevicesCategory.setProgress(mLocalAdapter.isDiscovering());
    }
    }

    @Override
    public void onStop() {