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 Add_New_Content.kt #97

Closed
wants to merge 1 commit into from

Conversation

Chayandev
Copy link

Solved the bug of save button click, while clicking the button without adding content no snackbar appearing to notify user about empty content.

Fixes Issue #94

Changes proposed

There was an issue in the contional cheking , which is fixed in this updated Add_New_Content.kt
if (!PoemDes?.html!!.isNullOrEmpty()) is replaced by if (!PoemDes?.html.isNullOrEmpty())

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Demo video

video_2023-06-25_20-07-18.mp4

Note to reviewers

Solved the bug of save button click, while clicking the button without adding content no snackbar appearing to notify user about empty content.
@Vaibhav2002 Vaibhav2002 self-requested a review June 26, 2023 12:10
Copy link

@Vaibhav2002 Vaibhav2002 left a comment

Choose a reason for hiding this comment

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

LGTM!

@Vaibhav2002
Copy link

@Suryansh1720001 this issue seems duplicate, and solved in a lot of PRs, please take a look.

@Chayandev
Copy link
Author

Chayandev commented Jun 26, 2023 via email

@Suryansh1720001
Copy link
Owner

@Chayandev
Actually, this issue has already been assigned to someone else. I have asked him to handle the specific updates. If he is unable to update the functionality, then we will consider your pull request (PR).

@Chayandev
Copy link
Author

Chayandev commented Jun 29, 2023 via email

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.

3 participants