Skip to content

Commit df52687

Browse files
committed
Make mWebView accessible from Python code
1 parent 8586084 commit df52687

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
@@ -68,7 +68,7 @@ public class PythonActivity extends Activity {
6868
public static boolean mBrokenLibraries;
6969

7070
protected static ViewGroup mLayout;
71-
protected static WebView mWebView;
71+
public static WebView mWebView;
7272

7373
protected static Thread mPythonThread;
7474

0 commit comments

Comments
 (0)