For #10069 - review: clarify init time for External...Activity.

pull/216/head
Michael Comella 4 years ago committed by Michael Comella
parent a1bbd2589e
commit 4179ab05bb

@ -40,6 +40,7 @@ open class ExternalAppBrowserActivity : HomeActivity() {
components.appStartupTelemetry.onExternalAppBrowserOnCreate(
safeIntent,
hasSavedInstanceState,
// HomeActivity is init before ExternalAppBrowserActivity so we use that time.
homeActivityInitTimeStampNanoSeconds,
rootContainer
)

Loading…
Cancel
Save