Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4df65c3 authored by George Burgess's avatar George Burgess Committed by Android (Google) Code Review
Browse files

Merge "BootAnimation: remove superfluous null check for `mAnimation`"

parents 61f7280e 0f8e8110
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1339,7 +1339,7 @@ bool BootAnimation::movie() {
        mTimeCheckThread->run("BootAnimation::TimeCheckThread", PRIORITY_NORMAL);
        mTimeCheckThread->run("BootAnimation::TimeCheckThread", PRIORITY_NORMAL);
    }
    }


    if (mAnimation != nullptr && mAnimation->dynamicColoringEnabled) {
    if (mAnimation->dynamicColoringEnabled) {
        initDynamicColors();
        initDynamicColors();
    }
    }