Skip to content

Commit

Permalink
Merge pull request android#203 from nfischer/update-branchname-webview
Browse files Browse the repository at this point in the history
Update branch name in WebView sample
  • Loading branch information
nic0lette authored Mar 9, 2021
2 parents f5e3c68 + 64afbc1 commit bdfa3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WebView/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ submitting a pull request through GitHub. Please see [CONTRIBUTING.md][4] for mo
[1]: https://developer.android.com/reference/androidx/webkit/package-summary
[2]: https://github.com/android/views-widgets-samples
[3]: http://stackoverflow.com/questions/tagged/android
[4]: https://github.com/android/views-widgets-samples/blob/master/CONTRIBUTING.md
[4]: https://github.com/android/views-widgets-samples/blob/main/CONTRIBUTING.md
2 changes: 1 addition & 1 deletion WebView/app/src/main/assets/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function sendAndroidMessage() {

function getData() {
// This JSON files is hosted over the web
fetch("https://raw.githubusercontent.com/android/views-widgets-samples/master/WebView/sampleData/weather.json").then(function(resp) {
fetch("https://raw.githubusercontent.com/android/views-widgets-samples/main/WebView/sampleData/weather.json").then(function(resp) {
return resp.json();
}).then(function(data) {
var form = document.getElementById("location");
Expand Down

0 comments on commit bdfa3ce

Please sign in to comment.