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

Commit f5299f31 authored by Tracy Zhou's avatar Tracy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Move AbstractFloatingView for stage split layering above all apps" into main

parents 1bd514df 3158bf7e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ public class FloatingTaskView extends FrameLayout {
            // Add to top if not
            openTaskViewIndex = dragLayer.getChildCount();
        }
        dragLayer.addView(floatingView, openTaskViewIndex - 1);
        dragLayer.addView(floatingView, openTaskViewIndex);
        return floatingView;
    }