Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou authored Mar 14, 2024
1 parent 06dabf4 commit dbd9017
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ class WebViewState(webContent: WebContent) {
*/
val errorsForCurrentRequest: SnapshotStateList<WebViewError> = mutableStateListOf()

/**
* Custom Settings for WebView.
*/
val webSettings: WebSettings by mutableStateOf(WebSettings())

// We need access to this in the state saver. An internal DisposableEffect or AndroidView
// onDestroy is called after the state saver and so can't be used.
Expand Down

0 comments on commit dbd9017

Please sign in to comment.