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

Commit 9949ccf7 authored by Jaewan Kim's avatar Jaewan Kim Committed by android-build-merger
Browse files

Merge "PIP: Fix crash in Recents when restrict profile is enabled" into nyc-dev

am: e802c81f

* commit 'e802c81f':
  PIP: Fix crash in Recents when restrict profile is enabled

Change-Id: Id5a959c9c6f046b20a91095293243d5bf1ff086f
parents 7b13098b e802c81f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -63,7 +63,8 @@ public class SystemUIApplication extends Application {
     * above.
     */
    private final Class<?>[] SERVICES_PER_USER = new Class[] {
            com.android.systemui.recents.Recents.class
            com.android.systemui.recents.Recents.class,
            com.android.systemui.tv.pip.PipUI.class
    };

    /**