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

Commit 6bf8f648 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: I94ca1670ca5016f0a4f8dd860ac290b528425c2c
parents e220cbce 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;