Merge "Fixing all apps relayout issue." into ub-launcher3-burnaby
This commit is contained in:
@@ -232,8 +232,15 @@ public class AppsContainerView extends FrameLayout implements DragSource, Insett
|
|||||||
|
|
||||||
mFixedBounds.set(fixedBounds);
|
mFixedBounds.set(fixedBounds);
|
||||||
}
|
}
|
||||||
updateBackgrounds();
|
// Post the updates since they can trigger a relayout, and this call can be triggered from
|
||||||
updatePaddings();
|
// a layout pass itself.
|
||||||
|
post(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
updateBackgrounds();
|
||||||
|
updatePaddings();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user