mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-07 10:00:31 +05:30
parent
0bf2bc680d
commit
38e408058f
@ -55,7 +55,7 @@ class ShareDialog(
|
|||||||
var url = "$host$path"
|
var url = "$host$path"
|
||||||
|
|
||||||
if (binding != null && binding!!.timeCodeSwitch.isChecked) {
|
if (binding != null && binding!!.timeCodeSwitch.isChecked) {
|
||||||
url += "?t=$position"
|
url += "&t=$position"
|
||||||
}
|
}
|
||||||
|
|
||||||
val intent = Intent()
|
val intent = Intent()
|
||||||
|
Loading…
Reference in New Issue
Block a user