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

Commit 507cccdb authored by Sunny Goyal's avatar Sunny Goyal Committed by Automerger Merge Worker
Browse files

Merge "Fix launcher holds a surfaceController" into main am: 4b483983

parents da91e1d9 4b483983
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -301,6 +301,10 @@ public class TouchInteractionService extends Service {
        @Override
        public void onNavigationBarSurface(SurfaceControl surface) {
            // TODO: implement
            if (surface != null) {
                surface.release();
                surface = null;
            }
        }

        @BinderThread