Loading packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java +0 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,6 @@ public class SystemServicesProxy { isExcluded |= quietProfileIds.contains(t.userId); if (isExcluded && (!isFirstValidTask || !includeFrontMostExcludedTask)) { iter.remove(); continue; } isFirstValidTask = false; Loading Loading
packages/SystemUI/src/com/android/systemui/recents/misc/SystemServicesProxy.java +0 −1 Original line number Diff line number Diff line Loading @@ -333,7 +333,6 @@ public class SystemServicesProxy { isExcluded |= quietProfileIds.contains(t.userId); if (isExcluded && (!isFirstValidTask || !includeFrontMostExcludedTask)) { iter.remove(); continue; } isFirstValidTask = false; Loading