recovery: Update logo after going back to recovery
Test: Enter fastboot, then enter recovery Change-Id: Iee894e584451673bdaee6b2e01afaff2c3eb391f
This commit is contained in:
parent
39418118fc
commit
3db4f60b07
1 changed files with 1 additions and 0 deletions
|
@ -548,6 +548,7 @@ int main(int argc, char** argv) {
|
|||
case Device::ENTER_RECOVERY:
|
||||
LOG(INFO) << "Entering recovery";
|
||||
fastboot = false;
|
||||
ui->SetEnableFastbootdLogo(fastboot);
|
||||
break;
|
||||
|
||||
case Device::REBOOT:
|
||||
|
|
Loading…
Reference in a new issue