-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
Update README.md #296
Update README.md #296
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, thanks for your contribution!
I left a couple of suggestions. :)
README.md
Outdated
@@ -525,8 +525,8 @@ balloon.clearAllPreferences() | |||
``` | |||
|
|||
### Avoid Memory leak | |||
Dialog, PopupWindow and etc, have memory leak issue if not dismissed before activity or fragment are destroyed.<br> | |||
But Lifecycles are now integrated with the Support Library since Architecture Components 1.0 Stable released.<br> | |||
Dialog, PopupWindow and etc, canhave memory leak issue if not dismissed before the activity or fragment are destroyed.<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dialog, PopupWindow and etc, canhave memory leak issue if not dismissed before the activity or fragment are destroyed.<br> | |
Dialog, PopupWindow and etc, can have memory leak issues if not dismissed before the activity or fragment is destroyed.<br> |
README.md
Outdated
@@ -642,7 +642,7 @@ BalloonHighlightAnimation.ROTATE | |||
.setBalloonHighlightAnimation(BalloonHighlightAnimation.SHAKE) | |||
``` | |||
|
|||
We can implement the rotate animation like below the example: | |||
We can implement rotate animation like the example below: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can implement rotate animation like the example below: | |
We can implement rotate animation like the example below: |
Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 👍
Guidelines
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce?
Preparing a pull request for review
Ensure your change is properly formatted by running:
$ ./gradlew spotlessApply
Please correct any failures before requesting a review.