mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
add comment
This commit is contained in:
@ -1301,6 +1301,7 @@ class ActivityCallbacksImplementation implements AndroidActivityCallbacks {
|
|||||||
if (!rootView) {
|
if (!rootView) {
|
||||||
const mainEntry = application.getMainEntry();
|
const mainEntry = application.getMainEntry();
|
||||||
const intent = activity.getIntent();
|
const intent = activity.getIntent();
|
||||||
|
// useful for integrations that would like to set rootView asynchronously after app launch
|
||||||
let shouldRootViewBeEmpty = false;
|
let shouldRootViewBeEmpty = false;
|
||||||
|
|
||||||
if (fireLaunchEvent) {
|
if (fireLaunchEvent) {
|
||||||
|
Reference in New Issue
Block a user