android-branch-deep-linking-attribution
android-branch-deep-linking-attribution copied to clipboard
Fixed branch session reinitialization warning being thrown in onInitFinished()
Reference
SDK-5.0.0
Description
Fixed the issue wherein branch session reinitialization warning is being sent to onInitFinished() method all the time. Clearly segregated error, warning and success case for BranchReferralInitListener. Updated java 8 support
Testing Instructions
Go to the activity other than Branch launcher activity and come back to the Branch launcher activity. onWarning method is called to throw branch reinitialization warning.
Risk Assessment [HIGH
|| MEDIUM
|| LOW
]
LOW
- [x] I, the PR creator, have tested — integration, unit, or otherwise — this code.
Reviewer Checklist (To be checked off by the reviewer only)
- [ ] JIRA Ticket is referenced in PR title.
- Correctness & Style
- [ ] Conforms to AOSP Style Guides
- [ ] Mission critical pieces are documented in code and out of code as needed.
- [ ] Unit Tests reviewed and test issue sufficiently.
- [ ] Functionality was reviewed in QA independently by another engineer on the team.