Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1572/turn on screen when exit #1576

Closed
wants to merge 2 commits into from

Conversation

brunoais
Copy link
Contributor

@brunoais brunoais commented Jul 8, 2020

This was more straightforward than I expected.
Does this seem to be correctly done?

closes #1572

@brunoais brunoais changed the base branch from master to dev July 8, 2020 16:48
rom1v pushed a commit that referenced this pull request Jul 9, 2020
This avoids to let the device screen turned off (as enabled by Ctrl+o or
--turn-screen-off).

PR #1576 <#1576>
Fixes #1572 <#1572>
@rom1v
Copy link
Collaborator

rom1v commented Jul 9, 2020

Does this seem to be correctly done?

Yes, thank you 👍 It works great.

I did the following changed:

  • squash your 2 commits
  • rebase on current dev
  • rename scheduleScreenOn to restoreNormalPowerMode (there is no scheduling here)
  • moved if (restoreNormalPowerMode) outside the other if-block (there is no need to create a ServiceManager for that option)

Please review: pr1576 😉

@brunoais
Copy link
Contributor Author

brunoais commented Jul 9, 2020

LGTM 👍
Anything else I need to do?

@rom1v
Copy link
Collaborator

rom1v commented Jul 9, 2020

Thank you. Merged into dev: 30714ab 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants