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

Commit afa1231e authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am b6da9115: Merge "Remove incorrect warning." into klp-dev

* commit 'b6da9115':
  Remove incorrect warning.
parents dfa36da5 b6da9115
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;
                }
            }