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

Commit 5685b9e6 authored by Yen-Chao Chen's avatar Yen-Chao Chen Committed by Android (Google) Code Review
Browse files

Merge "Disable immediatelyReRegister for DOZE_TAP_SCREEN_GESTURE" into main

parents fcc9cde7 7fbb76bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -223,7 +223,7 @@ public class DozeSensors {
                        true /* touchscreen */,
                        true /* touchscreen */,
                        false /* ignoresSetting */,
                        false /* ignoresSetting */,
                        dozeParameters.singleTapUsesProx(mDevicePosture) /* requiresProx */,
                        dozeParameters.singleTapUsesProx(mDevicePosture) /* requiresProx */,
                        true /* immediatelyReRegister */,
                        false /* immediatelyReRegister */,
                        mDevicePosture,
                        mDevicePosture,
                        false
                        false
                ),
                ),