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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/launcher3/CommonAppTypeParser.java b/src/com/android/launcher3/CommonAppTypeParser.java
index fe2fbd75f..31641799d 100644
--- a/src/com/android/launcher3/CommonAppTypeParser.java
+++ b/src/com/android/launcher3/CommonAppTypeParser.java
@@ -91,8 +91,8 @@ public class CommonAppTypeParser implements LayoutParserCallback {
private class MyLayoutParser extends DefaultLayoutParser {
public MyLayoutParser() {
- super(mContext, null, CommonAppTypeParser.this,
- mContext.getResources(), mResId, TAG_RESOLVE, 0);
+ super(CommonAppTypeParser.this.mContext, null, CommonAppTypeParser.this,
+ CommonAppTypeParser.this.mContext.getResources(), mResId, TAG_RESOLVE, 0);
}
@Override