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
......@@ -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);
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment