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

Commit 35e41618 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: cb1b73c8

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

Change-Id: Ib4db2e0ed4cb21f4632c3b8c0f0d2c7486fd9791
parents c1f6454d cb1b73c8
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;