Skip to content
Snippets Groups Projects
Commit 4433716e authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

TV: Avoid useless refresh

parent e49d881d
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ public class MainTvActivity extends BaseTvActivity implements OnItemViewSelected
public void onConnected(PlaybackService service) {
super.onConnected(service);
mService.addCallback(this);
if (!mMediaLibrary.isInitiated()) return;
/*
* skip browser and show directly Audio Player if a song is playing
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment