Skip to content

Commit 5280238

Browse files
committed
1 parent 3e2f193 commit 5280238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libTLabWebView/src/main/java/com/tlab/webkit/chromium/UnityConnect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ public void GoForward() {
709709
final Activity a = UnityPlayer.currentActivity;
710710
a.runOnUiThread(() -> {
711711
if (mWebView == null || !mPageGoState.canGoForward) return;
712-
mWebView.canGoForward();
712+
mWebView.goForward();
713713
});
714714
}
715715

0 commit comments

Comments
 (0)