mirror of
https://github.com/apache/cordova-android.git
synced 2026-02-21 00:02:46 +08:00
Fixing getter
This commit is contained in:
@@ -187,7 +187,7 @@ public class DroidGap extends Activity {
|
||||
|
||||
public WebView getView()
|
||||
{
|
||||
return this.WebView;
|
||||
return this.appView;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user