Loading src/com/android/settings/notification/RecentNotifyingAppsPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ public class RecentNotifyingAppsPreferenceController extends AbstractPreferenceC final String pkgName = app.getPackage(); final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry(app.getPackage(), app.getUserId()); if (appEntry == null) { if (appEntry == null || appEntry.label == null) { continue; } Loading Loading
src/com/android/settings/notification/RecentNotifyingAppsPreferenceController.java +1 −1 Original line number Diff line number Diff line Loading @@ -236,7 +236,7 @@ public class RecentNotifyingAppsPreferenceController extends AbstractPreferenceC final String pkgName = app.getPackage(); final ApplicationsState.AppEntry appEntry = mApplicationsState.getEntry(app.getPackage(), app.getUserId()); if (appEntry == null) { if (appEntry == null || appEntry.label == null) { continue; } Loading