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

Commit 0263ec03 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "[Bugfix]Modify SurfaceControl setColor callName error." into main

parents 243cceeb d2545037
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3491,7 +3491,7 @@ public final class SurfaceControl implements Parcelable {
            checkPreconditions(sc);
            if (SurfaceControlRegistry.sCallStackDebuggingEnabled) {
                SurfaceControlRegistry.getProcessInstance().checkCallStackDebugging(
                        "reparent", this, sc,
                        "setColor", this, sc,
                        "r=" + color[0] + " g=" + color[1] + " b=" + color[2]);
            }
            nativeSetColor(mNativeObject, sc.mNativeObject, color);