Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Fix the issue that date picker is not work
In the patch crosswalk-project#3857(decouple XWalkView from the activity), we need use WindowAndroid instead of ActivityWindowAndroid as the top window of XWalkView, but that will prevent DateTimeChooserAndroid activity to to launched. Here we create WindowAndroid or ActivityWindowAndroid according to the context type. BUG=XWALK-7269
- Loading branch information