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

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

Merge "Using SurfaceControl#remove() instead of release()"

parents a895ff66 3f7cf2a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,7 @@ final class AccessibilityController {
                }

                public void releaseSurface() {
                    mSurfaceControl.release();
                    mSurfaceControl.remove();
                    mSurface.release();
                }