Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8434c536 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

the boot animation is back! it broke in a recent check-in

parent 769de37e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ BootAnimation::~BootAnimation() {
void BootAnimation::onFirstRef() {
    status_t err = mSession->linkToComposerDeath(this);
    LOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
    if (err != NO_ERROR) {
    if (err == NO_ERROR) {
        run("BootAnimation", PRIORITY_DISPLAY);
    }
}