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

Commit e1abaa64 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "TaskThumbnailView - post updates to overlays." into ub-launcher3-qt-dev

parents 074b1434 5095684e
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -367,8 +367,11 @@ public class TaskThumbnailView extends View {
        }
        }


        mRotated = isRotated;
        mRotated = isRotated;
        updateOverlay();
        invalidate();
        invalidate();

        // Update can be called from {@link #onSizeChanged} during layout, post handling of overlay
        // as overlay could modify the views in the overlay as a side effect of its update.
        post(this::updateOverlay);
    }
    }


    @Override
    @Override