[fenix] For https://github.com/mozilla-mobile/fenix/issues/10069 - review: clarify init time for External...Activity.

pull/600/head
Michael Comella 4 years ago committed by Michael Comella
parent 6c86641cbc
commit 88268c18a1

@ -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