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

Commit be73ba8b authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[Bugfix]Modify SurfaceControl setColor callName error." into main am: 0263ec03

parents 39fab142 0263ec03
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);