Skip to content

Commit

Permalink
Merge pull request #137 from wbrunette/nine
Browse files Browse the repository at this point in the history
fix version 5 and 5.1 webview problem
  • Loading branch information
wbrunette authored Sep 17, 2019
2 parents f6daf1c + 25c248b commit 1332d47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class OdkTablesWebView extends ODKWebView {
@Override public void reloadPage() {

log.i(TAG, "reloadPage: current loadPageUrl: " + getLoadPageUrl());
String baseUrl = ((IOdkTablesActivity) getContext())
String baseUrl = ((IOdkTablesActivity) getOdkContext())
.getUrlBaseLocation(false, getContainerFragmentID());

if (baseUrl != null) {
Expand Down

0 comments on commit 1332d47

Please sign in to comment.