Fixed top track shortcut playing recent tracks.
This commit is contained in:
parent
2eca79cd56
commit
d60ca48c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ public class AppShortcutLauncherActivity extends Activity {
|
||||||
break;
|
break;
|
||||||
case TOP_TRACKS:
|
case TOP_TRACKS:
|
||||||
launchMainActivityWithSongs(PlayMode.NORMAL,
|
launchMainActivityWithSongs(PlayMode.NORMAL,
|
||||||
TopAndRecentlyPlayedTracksLoader.getRecentlyPlayedTracks(getApplicationContext()));
|
TopAndRecentlyPlayedTracksLoader.getTopTracks(getApplicationContext()));
|
||||||
DynamicShortcutManager.reportShortcutUsed(this, TopTracksShortcutType.getId());
|
DynamicShortcutManager.reportShortcutUsed(this, TopTracksShortcutType.getId());
|
||||||
break;
|
break;
|
||||||
case LAST_ADDED:
|
case LAST_ADDED:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue