Merge "Ensure that we are not using the new View constructor." into ub-launcher3-burnaby
This commit is contained in:
@@ -72,11 +72,7 @@ public class AppsContainerView extends FrameLayout implements DragSource, Insett
|
||||
}
|
||||
|
||||
public AppsContainerView(Context context, AttributeSet attrs, int defStyleAttr) {
|
||||
this(context, attrs, defStyleAttr, 0);
|
||||
}
|
||||
|
||||
public AppsContainerView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
|
||||
super(context, attrs, defStyleAttr, defStyleRes);
|
||||
super(context, attrs, defStyleAttr);
|
||||
LauncherAppState app = LauncherAppState.getInstance();
|
||||
DeviceProfile grid = app.getDynamicGrid().getDeviceProfile();
|
||||
Resources res = context.getResources();
|
||||
|
||||
Reference in New Issue
Block a user