+39
−7
packages/SystemUI/tests/src/com/android/systemui/shared/navigationbar/RegionSamplingHelperTest.kt
0 → 100644
+102
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
stopAndDestroy() was being called from the main thread, while registration was happening on the background. This would lead to concurrency bugs because this class is not thread safe. Test: atest RegionSamplingHelperTest Fixes: 201962411 Change-Id: I01290f5931972ad3eb322e7dddc44e002324e405