mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
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