Merge "Fix regression from "PIP: Fix NPE when onboarding is shown"" into nyc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
73522651e2
@@ -333,7 +333,6 @@ public class SystemServicesProxy {
|
||||
isExcluded |= quietProfileIds.contains(t.userId);
|
||||
if (isExcluded && (!isFirstValidTask || !includeFrontMostExcludedTask)) {
|
||||
iter.remove();
|
||||
continue;
|
||||
}
|
||||
|
||||
isFirstValidTask = false;
|
||||
|
||||
Reference in New Issue
Block a user