commit | 778cbae91d0809f60c8477a27e8b7d28056980bc | [log] [tgz] |
---|---|---|
author | Tom Marshall <tdm.code@gmail.com> | Fri Sep 08 19:48:46 2017 +0000 |
committer | Michael Bestas <mkbestas@lineageos.org> | Wed Dec 11 19:08:08 2019 +0200 |
tree | b6e9ef66faf0f41ef12727a319a59fb66d70bc71 | |
parent | 57aadc1e59d8667c1de8067111e4b62235893858 [diff] [blame] |
recovery: Blank screen during shutdown and reboot Some hardware doesn't like having the panel on and still active during power cycles, so just turn it off. (based on Ied1f0802f5a2d45980ee33abf2456a291ba64beb) Change-Id: Ied6bbc3a32fd1c7cf6ea3ec1b2bee298520651c3
diff --git a/recovery_main.cpp b/recovery_main.cpp index de8ac1f..61b6de2 100644 --- a/recovery_main.cpp +++ b/recovery_main.cpp
@@ -469,6 +469,7 @@ continue; } } + ui->Stop(); switch (ret) { case Device::SHUTDOWN: ui->Print("Shutting down...\n");