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

Commit 549d864b authored by Jack He's avatar Jack He Committed by android-build-merger
Browse files

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

am: 99eab3d5

Change-Id: I7c78e818010bb513dd2ac1d65baa00f4159073b1
parents 80b65d43 99eab3d5
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() {