Skip to content

Commit

Permalink
Changed code to call reattach
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsouthenbentley committed Sep 1, 2021
1 parent 85bc0f9 commit 60f9372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ITwinMobile/ITMApplication.swift
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ open class ITMApplication: NSObject, WKUIDelegate, WKNavigationDelegate {
webView.setNeedsLayout()
if fullyLoaded {
// Reattach our webViewLogger.
webViewLogger.attach(webView)
webViewLogger.reattach(webView)
}
fullyLoaded = true
if !dormant {
Expand Down

0 comments on commit 60f9372

Please sign in to comment.