Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change inlined
okhttp3.Headers
references to a Java import
Summary: In BundleDownloader.java, there were references to `okhttp3.Headers` instead of importing the class at the top of the file. This PR is a simple change to use an import instead. Compile the Android app (If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/react-native-website, and link to your PR here.) [ANDROID][MINOR][BundleDownloader] - Use Java import instead of fully qualified class name Closes #17507 Differential Revision: D6691593 Pulled By: hramos fbshipit-source-id: 81b366db608b7be8a903d2f25b36ca5642d9eec3
- Loading branch information