add comment

This commit is contained in:
Eduardo Speroni
2020-11-19 18:25:32 -03:00
parent 4060b62e30
commit 2b43420a02

View File

@ -1301,6 +1301,7 @@ class ActivityCallbacksImplementation implements AndroidActivityCallbacks {
if (!rootView) {
const mainEntry = application.getMainEntry();
const intent = activity.getIntent();
// useful for integrations that would like to set rootView asynchronously after app launch
let shouldRootViewBeEmpty = false;
if (fireLaunchEvent) {