Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5faf193a authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Fix isInSection NPE from null representative entry" into main

parents 5342b0c9 febe74eb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -117,6 +117,7 @@ public class RankingCoordinator implements Coordinator {
        @Override
        public boolean isInSection(PipelineEntry entry) {
            return !mHighPriorityProvider.isHighPriority(entry)
                    && entry.getRepresentativeEntry() != null
                    && !entry.getRepresentativeEntry().isAmbient();
        }