Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java +117 −117 Original line number Diff line number Diff line Loading @@ -833,9 +833,11 @@ public class NotificationContentInflater implements NotificationRowContentBinder @Nullable InflationCallback endListener, NotificationEntry entry, ExpandableNotificationRow row, NotificationContentInflaterLogger logger) { Assert.isMainThread(); if (!runningInflations.isEmpty()) { return false; } NotificationContentView privateLayout = row.getPrivateLayout(); NotificationContentView publicLayout = row.getPublicLayout(); if (runningInflations.isEmpty()) { logger.logAsyncTaskProgress(entry, "finishing"); boolean setRepliesAndActions = true; if ((reInflateFlags & FLAG_CONTENT_VIEW_CONTRACTED) != 0) { Loading Loading @@ -969,8 +971,6 @@ public class NotificationContentInflater implements NotificationRowContentBinder } return true; } return false; } private static RemoteViews createExpandedView(Notification.Builder builder, boolean isLowPriority) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationContentInflater.java +117 −117 Original line number Diff line number Diff line Loading @@ -833,9 +833,11 @@ public class NotificationContentInflater implements NotificationRowContentBinder @Nullable InflationCallback endListener, NotificationEntry entry, ExpandableNotificationRow row, NotificationContentInflaterLogger logger) { Assert.isMainThread(); if (!runningInflations.isEmpty()) { return false; } NotificationContentView privateLayout = row.getPrivateLayout(); NotificationContentView publicLayout = row.getPublicLayout(); if (runningInflations.isEmpty()) { logger.logAsyncTaskProgress(entry, "finishing"); boolean setRepliesAndActions = true; if ((reInflateFlags & FLAG_CONTENT_VIEW_CONTRACTED) != 0) { Loading Loading @@ -969,8 +971,6 @@ public class NotificationContentInflater implements NotificationRowContentBinder } return true; } return false; } private static RemoteViews createExpandedView(Notification.Builder builder, boolean isLowPriority) { Loading