Skip to content

Commit bf4bbc5

Browse files
kollivierrtibbles
authored andcommitted
Make mWebView accessible from Python code
1 parent 227a765 commit bf4bbc5

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
@@ -53,7 +53,7 @@ public class PythonActivity extends Activity {
5353
public static boolean mBrokenLibraries;
5454

5555
protected static ViewGroup mLayout;
56-
protected static WebView mWebView;
56+
public static WebView mWebView;
5757

5858
protected static Thread mPythonThread;
5959

0 commit comments

Comments
 (0)