You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
fixes to make Picasso Image Loader work
This library is used by newer NewPipe versions
This commit is contained in:
@@ -152,6 +152,10 @@ public class Uri {
|
||||
return uri.getScheme();
|
||||
}
|
||||
|
||||
public String getPath() {
|
||||
return uri.getPath();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return String.valueOf(uri);
|
||||
|
||||
Reference in New Issue
Block a user