DashCoin
DashCoin copied to clipboard
java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail.<init>, parameter description
java.lang.NullPointerException: Parameter specified as non-null is null: method com.mathroda.domain.model.NewsDetail.
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.
@tenSunFree Thanks for reporting the issue. it will be fixed soon 🚀