mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
add comment
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user