Fix code
This commit is contained in:
parent
e222867ec6
commit
502df0b03b
|
@ -93,7 +93,7 @@ public class ShareActivity extends Activity {
|
|||
final Uri unshortifiedUrl = builder.scheme("https")
|
||||
.authority("www.youtube.com")
|
||||
.path("/watch")
|
||||
.appendQueryParameter("v", pathSegments[2])
|
||||
.appendQueryParameter("v", videoId)
|
||||
.build();
|
||||
|
||||
final Intent unshortifiedIntent = new Intent(Intent.ACTION_VIEW, unshortifiedUrl);
|
||||
|
|
Loading…
Reference in New Issue