Commit 784e9b7f authored by Jeffrey I. Schiller's avatar Jeffrey I. Schiller Committed by Evan W. Patton

Add missing annotation for setWebViewString

When we update App Inventor to a later Android API, the requirement that
webview interface have the annotation will be enforced. This one was
missing

Change-Id: I61dca27b000fb7b9166fe75bdd34ba00f2077841
parent 9927a7e6
...@@ -467,6 +467,7 @@ public final class WebViewer extends AndroidViewComponent { ...@@ -467,6 +467,7 @@ public final class WebViewer extends AndroidViewComponent {
/** /**
* Sets the web view string * Sets the web view string
*/ */
@JavascriptInterface
public void setWebViewString(String newString) { public void setWebViewString(String newString) {
webViewString = newString; webViewString = newString;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment