You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are absolutely right about it, it should handle empty strings as well. Thanks for pointing that out. I can take the issue unless anyone else wants to.
You are absolutely right about it, it should handle empty strings as well. Thanks for pointing that out. I can take the issue unless anyone else wants to.
Thanks Murat, appriciated, take it if you have some spare time.
A NumberFormatException occurs when app tries to map an empty String into a List of Long values; since genreIds String can be an empty one.
Responsible Line: com.adesso.movee.internal.util.typeconverter.GenreConverter.fromString(GenreConverter.kt:10)
The text was updated successfully, but these errors were encountered: