mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
parent
759431048d
commit
4853611803
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ public final class Util {
|
|||
return Uri.parse(stringUri);
|
||||
}
|
||||
if (stringUri.startsWith("/")) {
|
||||
stringUri = stringUri.substring(1);
|
||||
return new Uri.Builder()
|
||||
.scheme(baseUri.getScheme())
|
||||
.authority(baseUri.getAuthority())
|
||||
|
|
|
|||
Loading…
Reference in a new issue