am a6b00b32: Merge "Ensure that we are not using the new View constructor." into ub-launcher3-burnaby

* commit 'a6b00b3223b6131a54ab1315e31c7409ef7e2342':
  Ensure that we are not using the new View constructor.
This commit is contained in:
Winson Chung
2015-03-24 23:43:07 +00:00
committed by Android Git Automerger
@@ -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();