.
This commit is contained in:
parent
fb1801cc4f
commit
b628c88eb2
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ class GenerateYoutubePoTokensFragment : Fragment() {
|
||||||
dialog.setMessage(text)
|
dialog.setMessage(text)
|
||||||
dialog.setNegativeButton("No Auth") { dialogInterface: DialogInterface, _: Int ->
|
dialog.setNegativeButton("No Auth") { dialogInterface: DialogInterface, _: Int ->
|
||||||
val intent = Intent(requireContext(), PoTokenWebViewLoginActivity::class.java)
|
val intent = Intent(requireContext(), PoTokenWebViewLoginActivity::class.java)
|
||||||
intent.putExtra("url", "https://www.youtube.com/watch?v=aqz-KE-bpKQ")
|
intent.putExtra("url", "https://www.youtube.com/embed/aqz-KE-bpKQ")
|
||||||
webPoTokenResultLauncher.launch(intent)
|
webPoTokenResultLauncher.launch(intent)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue