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

Commit 165fbe83 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5733681 from f75cf1cf to qt-qpr1-release

Change-Id: Ie3b43bb99ed199f8042ec1471f432a4e7da4189b
parents afe0a6ed f75cf1cf
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -29,8 +29,10 @@ void SensorsHidlEnvironmentBase::HidlSetUp() {

void SensorsHidlEnvironmentBase::HidlTearDown() {
    mStopThread = true;
    if (mPollThread.joinable()) {
        mPollThread.detach();
    }
}

void SensorsHidlEnvironmentBase::catEvents(std::vector<Event>* output) {
    std::lock_guard<std::mutex> lock(mEventsMutex);