Skip to content
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

Merged
merged 2 commits into from
Jan 1, 2022
Merged

Update README.md #296

merged 2 commits into from
Jan 1, 2022

Conversation

itsnitish22
Copy link
Contributor

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?

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.

Copy link
Owner

@skydoves skydoves left a 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>
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
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:
Copy link
Owner

Choose a reason for hiding this comment

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

Suggested change
We can implement rotate animation like the example below:
We can implement rotate animation like the example below:

README.md Show resolved Hide resolved
@itsnitish22
Copy link
Contributor Author

Thanks!
You can review the changes now :)

@skydoves skydoves self-requested a review January 1, 2022 06:47
Copy link
Owner

@skydoves skydoves left a comment

Choose a reason for hiding this comment

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

LGTM! 👍

@skydoves skydoves merged commit f02a994 into skydoves:main Jan 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants