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

Commit ee88ea4c authored by Arthur Ishiguro's avatar Arthur Ishiguro Committed by Automerger Merge Worker
Browse files

Reconnect to all hidl sensors HALs am: 4b26b7fb

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/16262785

Change-Id: Ic44ce2c047db999b1e7e462b2cbef701c180f5b0
parents 5aa10947 4b26b7fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -326,7 +326,7 @@ void SensorDevice::reconnect() {
    mActivationCount.clear();
    mSensorList.clear();

    if (connectHidlServiceV2_0() == HalConnectionStatus::CONNECTED) {
    if (connectHidlService()) {
        initializeSensorList();

        if (sensorHandlesChanged(previousSensorList, mSensorList)) {