diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java b/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java index 0b74e31daf6a..15bc2796e53e 100644 --- a/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java +++ b/packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java @@ -333,7 +333,6 @@ public class SystemServicesProxy { isExcluded |= quietProfileIds.contains(t.userId); if (isExcluded && (!isFirstValidTask || !includeFrontMostExcludedTask)) { iter.remove(); - continue; } isFirstValidTask = false; |