From 7fe882bb352393e9e5d6f1ca8829e37c92745d92 Mon Sep 17 00:00:00 2001 From: codingblazer Date: Tue, 9 May 2017 13:00:47 +0530 Subject: [PATCH] Fix Progress bar in Video Collection Template --- .../buildmlearn/toolkit/templates/VideoCollectionTemplate.java | 1 + 1 file changed, 1 insertion(+) 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");