am 8434c536: the boot animation is back! it broke in a recent check-in

Merge commit '8434c5369304e639efe8eab368ca410c589d87c2' into eclair-plus-aosp

* commit '8434c5369304e639efe8eab368ca410c589d87c2':
  the boot animation is back! it broke in a recent check-in
This commit is contained in:
Mathias Agopian
2009-09-23 19:04:28 -07:00
committed by Android Git Automerger

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