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

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

Snap for 5702458 from 3f33f795 to qt-release

Change-Id: If452edf5c6ace43c0964adbd9d58eb4d00c4a808
parents 4b8a8811 3f33f795
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@ SensorManager& SensorManager::getInstanceForPackage(const String16& packageName)

SensorManager::SensorManager(const String16& opPackageName)
    : mSensorList(nullptr), mOpPackageName(opPackageName), mDirectConnectionHandle(1) {
    // okay we're not locked here, but it's not needed during construction
    Mutex::Autolock _l(mLock);
    assertStateLocked();
}