Skip to content

Update readme #617

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 28, 2021
Merged

Update readme #617

merged 5 commits into from
Apr 28, 2021

Conversation

lbalmaceda
Copy link
Contributor

@lbalmaceda lbalmaceda commented Apr 26, 2021

Changes

This PR updates the readme using kotlin snippets and removing instructions that no longer apply (e.g. OIDC mode).

The content is not final and might be updated in the following PRs.

References

See SDK-2431

@lbalmaceda lbalmaceda added this to the Major - v3 milestone Apr 26, 2021
@lbalmaceda lbalmaceda requested a review from a team as a code owner April 26, 2021 14:18
super.onDestroy();
// Your own Activity code
lock.onDestroy(this);
lock = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is there no need to set the reference to null in the Kotlin version?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is not because of kotlin. When an android activity gets its onDestroy method called is because is going away for good. There's no need to set to null the references. The garbage collector will recycle the whole activity instance.

Copy link
Contributor

@Widcket Widcket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are a couple of typos and questions. Other than that, it looks good.

Co-authored-by: Steve Hobbs <[email protected]>
@lbalmaceda
Copy link
Contributor Author

Comments addressed!

@lbalmaceda lbalmaceda enabled auto-merge (rebase) April 28, 2021 11:14
@lbalmaceda lbalmaceda merged commit c3a1667 into v3 Apr 28, 2021
@lbalmaceda lbalmaceda deleted the patch-readme branch April 28, 2021 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants