Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type in BlobCollector.h/cpp (#41404)
Summary: When working on JSI module, `BlobCollector`'s `nativeInstall` is a good example. But the first type should be `jni::alias_ref<jclass>` according to https://github.com/facebookincubator/fbjni/blob/main/docs/quickref.md#basic-method-usage-java-to-c-and-c-to-java Fix type in BlobCollector.h/cpp ## Changelog: [ANDROID] [FIXED] - Fix type in BlobCollector.h/cpp Pull Request resolved: #41404 Test Plan: None Reviewed By: cipolleschi Differential Revision: D51198049 Pulled By: javache fbshipit-source-id: 86f471cbe3cd683a7be605ce127b3b3c3769c037
- Loading branch information