Skip to content

Commit

Permalink
Fix for new webViewRunJavascript
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Sep 8, 2023
1 parent 42b1f9a commit 6acf87e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ runInWebView f webView = do

addJSaddleHandler webView processResults syncResults
webViewRunJavascript webView (decodeUtf8 $ toStrict jsaddleJs) noCancellable . Just $
\_obj _asyncResult _data ->
\_obj _asyncResult ->
void $ forkIO start

onUserContentManagerScriptMessageReceived :: (IsUserContentManager a, MonadIO m) => a -> UserContentManagerScriptMessageReceivedCallback -> m SignalHandlerId
Expand Down

0 comments on commit 6acf87e

Please sign in to comment.