Update VideoItemListActivity.java
This commit is contained in:
parent
f152d66cd8
commit
cece543d6b
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class VideoItemListActivity extends AppCompatActivity
|
||||||
//------ todo: remove this line when multiservice support is implemented ------
|
//------ todo: remove this line when multiservice support is implemented ------
|
||||||
currentStreamingServiceId = ServiceList.getIdOfService("Youtube");
|
currentStreamingServiceId = ServiceList.getIdOfService("Youtube");
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
//to solve issue 38
|
||||||
listFragment = (VideoItemListFragment) getSupportFragmentManager()
|
listFragment = (VideoItemListFragment) getSupportFragmentManager()
|
||||||
.findFragmentById(R.id.videoitem_list);
|
.findFragmentById(R.id.videoitem_list);
|
||||||
listFragment.setStreamingService(ServiceList.getService(currentStreamingServiceId));
|
listFragment.setStreamingService(ServiceList.getService(currentStreamingServiceId));
|
||||||
|
|
Loading…
Reference in a new issue