Merge "Don't reset RecentsView in onIdpChanged()" into ub-launcher3-rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
1f325ab01e
@@ -488,7 +488,8 @@ public abstract class RecentsView<T extends BaseActivity> extends PagedView impl
|
||||
return;
|
||||
}
|
||||
mModel.getIconCache().clear();
|
||||
reset();
|
||||
unloadVisibleTaskData();
|
||||
loadVisibleTaskData();
|
||||
}
|
||||
|
||||
public void init(OverviewActionsView actionsView) {
|
||||
|
||||
@@ -148,6 +148,7 @@ public class InvariantDeviceProfile {
|
||||
iconSize = p.iconSize;
|
||||
iconShapePath = p.iconShapePath;
|
||||
landscapeIconSize = p.landscapeIconSize;
|
||||
iconBitmapSize = p.iconBitmapSize;
|
||||
iconTextSize = p.iconTextSize;
|
||||
numHotseatIcons = p.numHotseatIcons;
|
||||
numAllAppsColumns = p.numAllAppsColumns;
|
||||
|
||||
Reference in New Issue
Block a user