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

Commit 95ec5ff7 authored by Jae Seo's avatar Jae Seo Committed by android-build-merger
Browse files

Merge "Fix regression from "PIP: Fix NPE when onboarding is shown"" into nyc-dev am: 73522651

am: 6bf8f648

* commit '6bf8f648':
  Fix regression from "PIP: Fix NPE when onboarding is shown"

Change-Id: I544e4b3cf81809883d046c36c306dbec429ad58a
parents c1f6454d 6bf8f648
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -333,7 +333,6 @@ public class SystemServicesProxy {
            isExcluded |= quietProfileIds.contains(t.userId);
            if (isExcluded && (!isFirstValidTask || !includeFrontMostExcludedTask)) {
                iter.remove();
                continue;
            }

            isFirstValidTask = false;