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

Commit 6a29c3e1 authored by Jaewan Kim's avatar Jaewan Kim
Browse files

PIP: Fix crash in Recents when restrict profile is enabled

Bug: 28071518
Change-Id: I293f4e872990cca051c3395d2a51c2df59d71227
parent 87c343cd
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
    };

    /**