Skip to content

Commit

Permalink
Clarify comment for showView execution
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Sep 22, 2023
1 parent ea70883 commit cdc09c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ internal class WebViewManager(
lastPageHeight = newHeight
messageView?.updateHeight(newHeight)
}
// showView does not return until in-app is dismissed
messageView?.showView(activity)
// Executed in the same thread
messageView?.checkIfShouldDismiss()
}
}
Expand Down

0 comments on commit cdc09c1

Please sign in to comment.