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

fix: Resolve intermediate clipart delete issue #576

Merged
merged 2 commits into from
Dec 26, 2019

Conversation

tronku
Copy link
Member

@tronku tronku commented Dec 26, 2019

Fixes #527

Changes: The issue was due to not slicing the string in a proper way. In the onTextChanged method of the listener, I have changed the implementation to update the string without the text of the deleted clipart and instead of calling the setPreview method in the onTextChanged, it's being called in afterTextChanged method, which makes more sense.

@auto-label auto-label bot added the fix label Dec 26, 2019
Copy link
Collaborator

@adityastic adityastic left a comment

Choose a reason for hiding this comment

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

Perfect @tronku , Keep up the great work 👍 🚀

@adityastic adityastic merged commit ca55b67 into fossasia:development Dec 26, 2019
@tronku tronku deleted the bugfix branch December 26, 2019 18:57
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.

App crashes when you try to delete an intermediate bitmap
2 participants