Skip to content

Commit

Permalink
fix(android): fix onlink callback being cretion only
Browse files Browse the repository at this point in the history
  • Loading branch information
ypbnv committed Aug 26, 2019
1 parent 7576fe5 commit 1f51e13
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
TiC.PROPERTY_WEBVIEW_IGNORE_SSL_ERROR,
TiC.PROPERTY_OVER_SCROLL_MODE,
TiC.PROPERTY_CACHE_MODE,
TiC.PROPERTY_LIGHT_TOUCH_ENABLED
TiC.PROPERTY_LIGHT_TOUCH_ENABLED,
TiC.PROPERTY_ON_LINK
})
// clang-format on
public class WebViewProxy extends ViewProxy implements Handler.Callback, OnLifecycleEvent, interceptOnBackPressedEvent
Expand Down

0 comments on commit 1f51e13

Please sign in to comment.