Merge "BootAnimation: remove superfluous null check for mAnimation"

This commit is contained in:
George Burgess
2021-08-24 03:52:39 +00:00
committed by Android (Google) Code Review

View File

@@ -1339,7 +1339,7 @@ bool BootAnimation::movie() {
mTimeCheckThread->run("BootAnimation::TimeCheckThread", PRIORITY_NORMAL);
}
if (mAnimation != nullptr && mAnimation->dynamicColoringEnabled) {
if (mAnimation->dynamicColoringEnabled) {
initDynamicColors();
}