Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a crash new app template when
createRootView
is invoked with nu…
…ll bundle (#36796) Summary: Pull Request resolved: #36796 As the title says, this fixes a instacrash on template when `createRootView` is invoked with a bundle being null. The crash was happening as the parameter, despite being not used, is specified as `Bundle` and is not nullable. When the Java caller passes `null`, the app crashes. Changelog: [Android] [Fixed] - Fix a crash new app template when `createRootView` is invoked with null bundle Reviewed By: cipolleschi Differential Revision: D44668305 fbshipit-source-id: 1150ddac26f19765e7340878c8850d8462c6f3fd
- Loading branch information