Always open the playback activity when double pressing an item
This commit is contained in:
parent
5d4dd5e0a6
commit
1a4c81cab8
@ -233,7 +233,7 @@ public class SongSelector extends PlaybackActivity implements AdapterView.OnItem
|
||||
if (mediaView.isExpanderPressed())
|
||||
expand(mediaView);
|
||||
else if (id == mLastActedId)
|
||||
finish();
|
||||
startActivity(new Intent(this, FullPlaybackActivity.class));
|
||||
else
|
||||
sendSongIntent(mediaView, mDefaultAction);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user