This commit is contained in:
blankie 2022-07-28 21:12:28 +07:00
parent e222867ec6
commit 502df0b03b
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -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);