skydoves / TheMovies

🎬 A demo project for The Movie DB based on Kotlin MVVM architecture and material design & animations.
MIT License
496 stars 114 forks source link

fix: non null constraint on tv poster path #14

Closed egbuna closed 4 years ago

egbuna commented 4 years ago

Guidelines

This fixes a non null constraint crash for tv poster path.

Types of changes

What types of changes does your code introduce?

Preparing a pull request for review

Ensure your change is properly formatted by running:

$ ./gradlew spotlessApply

Please correct any failures before requesting a review.