Merge "BootAnimation: remove superfluous null check for mAnimation"
This commit is contained in:
committed by
Android (Google) Code Review
commit
d4df65c343
@@ -1339,7 +1339,7 @@ bool BootAnimation::movie() {
|
||||
mTimeCheckThread->run("BootAnimation::TimeCheckThread", PRIORITY_NORMAL);
|
||||
}
|
||||
|
||||
if (mAnimation != nullptr && mAnimation->dynamicColoringEnabled) {
|
||||
if (mAnimation->dynamicColoringEnabled) {
|
||||
initDynamicColors();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user