MathRoda / DashCoin

Light & Modern Crypto Currency Tracker with Jetpack Compose.
Apache License 2.0
278 stars 40 forks source link

java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail.<init>, parameter description #72

Closed tenSunFree closed 1 month ago

tenSunFree commented 8 months ago

java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail., parameter description

2023-12-30_220248

Because description has a chance of getting null, its type needs to be set to nullable. It is recommended to set everything to be nullable, because it is common for the backend to return null.

2023-12-30_221957
MathRoda commented 8 months ago

@tenSunFree Thanks for reporting the issue. it will be fixed soon 🚀