-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix idle-notify on double-tap wakeup
3d04f9e exposed a bug where the system could enter a deeper idle state even after it was woken up using the new double-tap gesture, since the gesture itself wasn't counted as activity. After this patch any wakeup of the display going through Catacomb will be counted as activity, instead of incorrectly only counting it while the orientation wasn't locked.
- Loading branch information
1 parent
c7e0749
commit 64279b2
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters