Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardLiftController.kt +3 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,9 @@ class KeyguardLiftController constructor( } private fun updateListeningState() { if (pickupSensor == null) { return } val onKeyguard = keyguardUpdateMonitor.isKeyguardVisible && !statusBarStateController.isDozing Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardLiftController.kt +3 −0 Original line number Diff line number Diff line Loading @@ -67,6 +67,9 @@ class KeyguardLiftController constructor( } private fun updateListeningState() { if (pickupSensor == null) { return } val onKeyguard = keyguardUpdateMonitor.isKeyguardVisible && !statusBarStateController.isDozing Loading