android-sample-app icon indicating copy to clipboard operation
android-sample-app copied to clipboard

NumberFormatException at Genre TypeConverter

Open titanwalking opened this issue 5 years ago • 3 comments

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)

titanwalking avatar Jan 21 '21 11:01 titanwalking

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.

murattuzel avatar Jan 25 '21 13:01 murattuzel

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.

titanwalking avatar Jan 25 '21 14:01 titanwalking

I believe the issue has been solved by @titanwalking's commit on Feb 15. Shall we close it?

berkakbas avatar Mar 24 '23 11:03 berkakbas