the boot animation is back! it broke in a recent check-in
This commit is contained in:
@@ -63,7 +63,7 @@ BootAnimation::~BootAnimation() {
|
|||||||
void BootAnimation::onFirstRef() {
|
void BootAnimation::onFirstRef() {
|
||||||
status_t err = mSession->linkToComposerDeath(this);
|
status_t err = mSession->linkToComposerDeath(this);
|
||||||
LOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
|
LOGE_IF(err, "linkToComposerDeath failed (%s) ", strerror(-err));
|
||||||
if (err != NO_ERROR) {
|
if (err == NO_ERROR) {
|
||||||
run("BootAnimation", PRIORITY_DISPLAY);
|
run("BootAnimation", PRIORITY_DISPLAY);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user