recovery: Update logo after going back to recovery

Test: Enter fastboot, then enter recovery
Change-Id: Iee894e584451673bdaee6b2e01afaff2c3eb391f
This commit is contained in:
LuK1337 2024-03-11 16:22:34 +01:00
parent 39418118fc
commit 3db4f60b07
No known key found for this signature in database

View file

@ -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: