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

Commit ffb4315a authored by Chavi Weingarten's avatar Chavi Weingarten Committed by Android (Google) Code Review
Browse files

Merge "Added format to WindowlessWindowManager SurfaceControls"

parents 6450a582 183aa5bc
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -94,6 +94,7 @@ class WindowlessWindowManager implements IWindowSession {
            InsetsState outInsetsState) {
        final SurfaceControl.Builder b = new SurfaceControl.Builder(mSurfaceSession)
                .setParent(mRootSurface)
                .setFormat(attrs.format)
                .setName(attrs.getTitle().toString());
        final SurfaceControl sc = b.build();
        synchronized (this) {