Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Android: Avoid throwing error when initManager is called twice
Made changes to prevent IllegalStateException from being thrown when initManager is called more than once. Rather than throwing an error, the code now logs a message and simply returns without further action.
- Loading branch information