Merge "Fix app headers in settings" into mnc-dev

This commit is contained in:
Jason Monk
2015-05-07 13:08:28 +00:00
committed by Android (Google) Code Review
10 changed files with 48 additions and 24 deletions

View File

@@ -84,7 +84,7 @@ public class AppNotificationSettings extends SettingsPreferenceFragment {
}
mCreated = true;
if (mAppRow == null) return;
AppHeader.createAppHeader(getActivity(), mAppRow.icon, mAppRow.label,
AppHeader.createAppHeader(this, mAppRow.icon, mAppRow.label,
mAppRow.settingsIntent);
}