Skip to content

Commit fb9a140

Browse files
changed videoIds
1 parent 3c4d6f6 commit fb9a140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

youtube-android/app/src/main/java/com/flipkart/youtubeviewdemo/youtubenative/YouTubeNativeFragmentDemo.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup c
2828

2929
ArrayList<String> videoIds = new ArrayList<>();
3030
videoIds.add("2Vv-BfVoq4g");
31-
videoIds.add("2Vv-BfVoq4g");
32-
videoIds.add("2Vv-BfVoq4g");
33-
videoIds.add("2Vv-BfVoq4g");
34-
videoIds.add("2Vv-BfVoq4g");
31+
videoIds.add("D5drYkLiLI8");
32+
videoIds.add("K0ibBPhiaG0");
33+
videoIds.add("ebXbLfLACGM");
34+
videoIds.add("mWRsgZuwf_8");
3535

3636
YouTubePlayerAdapter youTubePlayerAdapter = new YouTubePlayerAdapter(getContext(), videoIds, this, playerType);
3737
view.setAdapter(youTubePlayerAdapter);

0 commit comments

Comments
 (0)