Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix peer app info request before on-boarding
The MainActivity continued its execution of onCreate even after calling finish, causing a call to initPeerAppInfo and subsequent getCallingPackage to fail because the calling activity was already finished
- Loading branch information