Skip to content

Commit 3bec69a

Browse files
kollivierrtibbles
authored andcommitted
Make mWebView accessible from Python code
1 parent 56bf733 commit 3bec69a

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)