summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/CommonAppTypeParser.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher3/CommonAppTypeParser.java')
-rw-r--r--src/com/android/launcher3/CommonAppTypeParser.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/CommonAppTypeParser.java b/src/com/android/launcher3/CommonAppTypeParser.java
index 5314ecff1..5ea472640 100644
--- a/src/com/android/launcher3/CommonAppTypeParser.java
+++ b/src/com/android/launcher3/CommonAppTypeParser.java
@@ -93,7 +93,7 @@ public class CommonAppTypeParser implements LayoutParserCallback {
public MyLayoutParser() {
super(CommonAppTypeParser.this.mContext, null, CommonAppTypeParser.this,
- CommonAppTypeParser.this.mContext.getResources(), mResId, TAG_RESOLVE, 0);
+ CommonAppTypeParser.this.mContext.getResources(), mResId, TAG_RESOLVE);
}
@Override