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

Commit cb1b73c8 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

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

Change-Id: Ieaa81a4f0065ea53e8d248d8ce05c0c9c41a6419
parents a96f0787 73522651
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;