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

This commit is contained in:
Mathias Agopian
2009-09-23 18:52:49 -07:00
parent 769de37e21
commit 8434c53693

View File

@@ -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);
}
}