sregg / spotify-tv

Unofficial Spotify app for Android TV
GNU General Public License v2.0
45 stars 15 forks source link

Implement new spotify card view #32

Closed josh-burton closed 8 years ago

josh-burton commented 8 years ago

Fixes #29.

Implements a custom card view that extends BaseCardView, rather than wrapping an ImageCardView. This fixes an issue when updating to the latest support library would prevent cards from being selected.

Also fixes a few crashes found from api/image loading calls completing after an activity has finished,