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

Commit e802c81f authored by Jaewan Kim's avatar Jaewan Kim Committed by Android (Google) Code Review
Browse files

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

parents 0a6a6dbe 6a29c3e1
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
    };

    /**