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

Commit 0838f260 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Follow-up on bug #65298216: DeviceIdleController needs to..." into oc-mr1-dev

am: c558a8c4

Change-Id: I0c68639d432760ef4f3d8125e9d39789fd4fc613
parents 2da5f3f0 c558a8c4
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -403,8 +403,10 @@ public class DeviceIdleController extends SystemService
    private final BroadcastReceiver mInteractivityReceiver = new BroadcastReceiver() {
        @Override
        public void onReceive(Context context, Intent intent) {
            synchronized (DeviceIdleController.this) {
                updateInteractivityLocked();
            }
        }
    };

    private final class MotionListener extends TriggerEventListener