Skip to content

Commit

Permalink
fix(android): fix onlink callback being creation only (#11177)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1f51e13)

Fixes TIMOB-27238
  • Loading branch information
ypbnv authored and sgtcoolguy committed Oct 2, 2019
1 parent 3b12015 commit 3a46b79
Showing 1 changed file with 2 additions and 1 deletion.
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 3a46b79

Please sign in to comment.