Skip to content

Commit f8f181c

Browse files
kollivierdbnicholson
authored andcommitted
Make mWebView accessible from Python code
1 parent c2c299b commit f8f181c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/webview/build/src/main/java/org/kivy/android/PythonActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public class PythonActivity extends Activity {
5454
public static boolean mBrokenLibraries;
5555

5656
protected static ViewGroup mLayout;
57-
protected static WebView mWebView;
57+
public static WebView mWebView;
5858

5959
protected static Thread mPythonThread;
6060

0 commit comments

Comments
 (0)