Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix setRuntimeConfigProvider multiple times error
Summary: Fix the following error: {F1038388240} Calling ```setRuntimeConfigProvider``` multiple times is not always a wrong behaviour, the following could happen and before this diff App C will raise above error: - App A has main bundle X - App B has main bundle Y - App C has main bundle X and bundle Y To fix we guarantee ```setRuntimeConfigProvider``` only called once instead of raising an error. Changelog: [iOS][Changed] Fix setRuntimeConfigProvider called multiple times error Reviewed By: dmytrorykun Differential Revision: D47094267 fbshipit-source-id: c8473f4f7d639a73e0201c6d72781c01e6cf95fd
- Loading branch information