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

Commit 5e139c6b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Reconnect to all hidl sensors HALs"

parents b4b5b8d0 3653270b
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)) {