Merge "Fix app headers in settings" into mnc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user