From 095a2be748d23606c19501b5929d8360504f438d Mon Sep 17 00:00:00 2001 From: Christian Schabesberger Date: Thu, 9 Mar 2017 16:14:49 +0100 Subject: [PATCH] change popuplayer class description --- app/src/main/java/org/schabi/newpipe/PopupActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/src/main/java/org/schabi/newpipe/PopupActivity.java b/app/src/main/java/org/schabi/newpipe/PopupActivity.java index 59763070b..f0f1c1ea8 100644 --- a/app/src/main/java/org/schabi/newpipe/PopupActivity.java +++ b/app/src/main/java/org/schabi/newpipe/PopupActivity.java @@ -17,8 +17,7 @@ import java.util.Collection; import java.util.HashSet; /** - * This Acitivty is designed to route share/open intents to the specified service, and - * to the part of the service which can handle the url. + * This activity is thought to open video streams form an external app using the popup playser. */ public class PopupActivity extends Activity {