OSDN Git Service

Eleven: Fix top tracks to play the track you select
authorlinus_lee <llee@cyngn.com>
Fri, 24 Oct 2014 00:05:58 +0000 (17:05 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:51:35 +0000 (12:51 -0800)
commit959b760b7f61be14a87a2f8b6a5c99476c4e5cd2
tree26bff7e04fd2a093587055dbc9b9333b001520ef
parent50ef083968408520d8fc26f39c30464b26679dd6
Eleven: Fix top tracks to play the track you select

There was a trade-off where we don't update the toptracks list while you are looking at it
because each song play could change the order, but the caveat was playing a song wouldn't
necessarily play the song you want.  The fix is to use the adapter's list and not re-query
the list

https://cyanogen.atlassian.net/browse/MUSIC-127

Change-Id: Iec882e156658c76986d365d6b2e5d16416aca9ac
src/com/cyngn/eleven/adapters/SongAdapter.java
src/com/cyngn/eleven/ui/fragments/SongFragment.java
src/com/cyngn/eleven/ui/fragments/profile/BasicSongFragment.java
src/com/cyngn/eleven/ui/fragments/profile/SmartPlaylistFragment.java