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

Commit 473b5606 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "SurfaceControl: Fix Global Transaction locking error."

parents 1e5183f4 c5fc4611
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -702,7 +702,7 @@ public class SurfaceControl implements Parcelable {
     */
     */
    @Deprecated
    @Deprecated
    public static void mergeToGlobalTransaction(Transaction t) {
    public static void mergeToGlobalTransaction(Transaction t) {
        synchronized(sGlobalTransaction) {
        synchronized(SurfaceControl.class) {
            sGlobalTransaction.merge(t);
            sGlobalTransaction.merge(t);
        }
        }
    }
    }