mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Merge "TaskThumbnailView - post updates to overlays." into ub-launcher3-qt-dev am: e1abaa64c2
am: 214ce9fc1b
Change-Id: Ib5757fa3c25d2741e76de37d32cabd513722f046
This commit is contained in:
@@ -367,8 +367,11 @@ public class TaskThumbnailView extends View {
|
||||
}
|
||||
|
||||
mRotated = isRotated;
|
||||
updateOverlay();
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user