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

Commit 748cdd00 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5490587 from 8e01ddd9 to qt-release

Change-Id: Ib2277f2d5aa3b95a0ddbbb004e99a2d528a65f8c
parents 8c614040 8e01ddd9
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -182,6 +182,7 @@ public abstract class AbstractFloatingView extends LinearLayout implements Touch
    protected static <T extends AbstractFloatingView> T getOpenView(
    protected static <T extends AbstractFloatingView> T getOpenView(
            ActivityContext activity, @FloatingViewType int type) {
            ActivityContext activity, @FloatingViewType int type) {
        BaseDragLayer dragLayer = activity.getDragLayer();
        BaseDragLayer dragLayer = activity.getDragLayer();
        if (dragLayer == null) return null;
        // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer,
        // Iterate in reverse order. AbstractFloatingView is added later to the dragLayer,
        // and will be one of the last views.
        // and will be one of the last views.
        for (int i = dragLayer.getChildCount() - 1; i >= 0; i--) {
        for (int i = dragLayer.getChildCount() - 1; i >= 0; i--) {