Suryansh1720001 / Taaveez

Meet Taaveez, the awesome new app designed specifically for artists and entertainers. It's incredibly user-friendly—just a few taps, and you can jot down your creative ideas and cool stuff. This project highlights a well-executed Android implementation with a modern design, using the latest Android development tools.
https://play.google.com/store/apps/details?id=com.itssuryansh.taaveez
Apache License 2.0
34 stars 55 forks source link

NullPointerException in AddContent method at line 146 #72

Closed arqam365 closed 6 months ago

arqam365 commented 1 year ago

What happened?

The error message: "FATAL EXCEPTION: main Process: com.itssuryansh.taaveez, PID: 28364 java.lang.NullPointerException at com.itssuryansh.taaveez.Add_New_Content.AddContent$lambda$9(Add_New_Content.kt:146)..."

replace: if (PoemDes?.html!!.isNotEmpty()) {

with: if (!PoemDes?.html.isNullOrBlank()) {

Reproduction steps

Not included 

Expected behavior

When we click on the save button when there no field is given it should say the field is not given.

Screenshots

Not available.

Version

1.1.0 (Default)

Version (If not available above)

No response

What devices are you seeing the problem on?

Mobile

Device Name, Android Version and Screen Size

samsung-sm_f127g

Additional context

No response

Code of Conduct

khan-mujeeb commented 1 year ago

Hii I would like to work on this issue

Suryansh1720001 commented 1 year ago

@arqam365 I'm assigning you this task for GSSoC'23. You can reach out to me on LinkedIn through this link or follow me on GitHub. Feel free to connect with me regarding this app.

Suryansh1720001 commented 1 year ago

@arqam365 Any Update?

arqam365 commented 1 year ago

@arqam365 Any Update?

updates completed