diff --git a/source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionTemplate.java b/source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionTemplate.java index 76c6d654..cbf710e4 100644 --- a/source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionTemplate.java +++ b/source-code/app/src/main/java/org/buildmlearn/toolkit/templates/VideoCollectionTemplate.java @@ -299,6 +299,7 @@ public void onClick(View v) { if (NetworkUtils.isNetworkAvailable(mContext)) { progress = new ProgressDialog(activity); + progress.setMessage("Adding Video to the list"); progress.setCancelable(false); progress.show(); new VideoInfoTask().execute(convertedLink, linkText, "-1");