mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-12 17:08:59 -04:00
#1396 parse uris correctly
This commit is contained in:
parent
9987081dfc
commit
dea0cc5823
@ -1541,7 +1541,7 @@ public class MainActivity extends BaseActivity implements WebViewCallback,
|
|||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
private String contentUrl(String articleUrl) {
|
private String contentUrl(String articleUrl) {
|
||||||
return ZimContentProvider.CONTENT_URI + articleUrl;
|
return Uri.parse(ZimContentProvider.CONTENT_URI + articleUrl).toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user