Skip to content

Commit

Permalink
Update XWalkWebViewEngine.java
Browse files Browse the repository at this point in the history
  • Loading branch information
JrontEnd committed Nov 20, 2015
1 parent 023f682 commit 2d423df
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,8 @@ public void onResume(boolean multitasking) {
}
webView.load(url, null);
}

public boolean isXWalkReady() {
return activityDelegate.isXWalkReady();
}
}

0 comments on commit 2d423df

Please sign in to comment.