Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
scorpio
frameworks_base
Commits
8434c536
Commit
8434c536
authored
15 years ago
by
Mathias Agopian
Browse files
Options
Download
Email Patches
Plain Diff
the boot animation is back! it broke in a recent check-in
parent
769de37e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmds/bootanimation/BootAnimation.cpp
cmds/bootanimation/BootAnimation.cpp
+1
-1
No files found.
cmds/bootanimation/BootAnimation.cpp
View file @
8434c536
...
...
@@ -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
);
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment