forked from github/cordova-android
Fixing getter
This commit is contained in:
parent
05e1343cb0
commit
706fbdf1f4
@ -187,7 +187,7 @@ public class DroidGap extends Activity {
|
||||
|
||||
public WebView getView()
|
||||
{
|
||||
return this.WebView;
|
||||
return this.appView;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user