Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent app from crashing when getCurrentActivity is null
Summary: We're seeing a lot of crashes from `PermissionsModule` not being able to access the current activity, mentioned in facebook#10009 and here: facebook#9310 (comment) As far as I can tell, there is no way to ensure the Activity exists since the `ReactContext` holds a `WeakReference` to the current Activity and it appears that the lifecycle calls are happening in the right order (so not the same as facebook#9310). This will at least allow people to catch the error in JS and update the UI or try again as opposed to crashing the app. I'm working on some bigger changes in facebook#10221 but this is a smaller change and important to get fixed I think. Closes facebook#10351 Differential Revision: D4010242 fbshipit-source-id: 7a76973bb2b3e45817d4283917740c89a10ec0b0
- Loading branch information