forked from github/cordova-android
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