Merge "Fix regression from "PIP: Fix NPE when onboarding is shown"" into nyc-dev am: 73522651e2
am: cb1b73c84d
* commit 'cb1b73c84d9fc52670aaf27617befd02abbd5c31':
Fix regression from "PIP: Fix NPE when onboarding is shown"
Change-Id: Ib4db2e0ed4cb21f4632c3b8c0f0d2c7486fd9791
This commit is contained in:
@@ -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