update config

This commit is contained in:
slymax
2020-02-25 21:35:39 +01:00
parent 0a97135af1
commit b006e00995
5 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ If you want to create an app that displays the content of a remote website
mWebView.setWebViewClient(new MyWebViewClient());
```
2. open the `MyWebViewClient.java` file and replace `example.com` on line **13** with your custom hostname
2. open the `MyWebViewClient.java` file and replace `example.com` on line **14** with your custom hostname
```java
if (Objects.requireNonNull(Uri.parse(url).getHost()).endsWith("example.com")) {