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

Commit 4b483983 authored by Sunny Goyal's avatar Sunny Goyal Committed by Gerrit Code Review
Browse files

Merge "Fix launcher holds a surfaceController" into main

parents aa5a0600 5a6161d9
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