Skip to content

Commit

Permalink
Disable capturing back presses in reader screen
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Jan 30, 2024
1 parent 8fcc256 commit 03a1832
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ internal fun ReaderScreen(presenter: ReaderPresenter, modifier: Modifier = Modif
state = webViewState,
navigator = navigator,
webViewJsBridge = jsBridge,
// TODO: Disable once new webview library (>=1.8.5) is available
// with my contributions
captureBackPresses = true
captureBackPresses = false,
)
}
}
Expand Down

0 comments on commit 03a1832

Please sign in to comment.