From cece543d6bb1b127c31eddf4bd11627706edd83f Mon Sep 17 00:00:00 2001
From: Teja Vojjala <iit2014086@iiita.ac.in>
Date: Fri, 29 Jan 2016 20:07:15 +0530
Subject: [PATCH] Update VideoItemListActivity.java

---
 app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java b/app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java
index 446b916b5..362ee85a3 100644
--- a/app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java
+++ b/app/src/main/java/org/schabi/newpipe/VideoItemListActivity.java
@@ -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));