Merge pull request #1 from iit2014086/iit2014086-patch-1
Update VideoItemListActivity.java
This commit is contained in:
commit
55f63b948b
|
@ -112,7 +112,7 @@ public class VideoItemListActivity extends AppCompatActivity
|
|||
//------ todo: remove this line when multiservice support is implemented ------
|
||||
currentStreamingServiceId = ServiceList.getIdOfService("Youtube");
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
//to solve issue 38
|
||||
listFragment = (VideoItemListFragment) getSupportFragmentManager()
|
||||
.findFragmentById(R.id.videoitem_list);
|
||||
listFragment.setStreamingService(ServiceList.getService(currentStreamingServiceId));
|
||||
|
|
Loading…
Reference in New Issue