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