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

Commit b6da9115 authored by Craig Mautner's avatar Craig Mautner Committed by Android (Google) Code Review
Browse files

Merge "Remove incorrect warning." into klp-dev

parents 076d3787 61574705
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -1684,9 +1684,6 @@ public final class ActivityStackSupervisor {
                        setLaunchHomeTaskNextFlag(sourceRecord, null, targetStack);
                        targetStack.resumeTopActivityLocked(null);
                    }
                    if (r.task == null)  Slog.v(TAG,
                        "startActivityUncheckedLocked: task left null",
                        new RuntimeException("here").fillInStackTrace());
                    return ActivityManager.START_DELIVERED_TO_TOP;
                }
            }