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

Commit 688148ac authored by Tony Wickham's avatar Tony Wickham
Browse files

Add null check when logging quick switch

Test: none
Fixes: 209993127
Change-Id: I927f8969cf5ef3759b501fe1ada4d3b061b53d06
parent b5723556
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -470,7 +470,9 @@ public class TaskView extends FrameLayout implements Reusable {
        stubInfo.user = componentKey.user;
        stubInfo.intent = new Intent().setComponent(componentKey.componentName);
        stubInfo.title = task.title;
        if (getRecentsView() != null) {
            stubInfo.screenId = getRecentsView().indexOfChild(this);
        }
        return stubInfo;
    }