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

Commit cb1fc471 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 am: 507cccdb

parents 41f4b053 507cccdb
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