mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
fix: disable WebView history (#1278)
This commit is contained in:
@@ -44,6 +44,7 @@ fun Markdown(
|
||||
.background(Color.Transparent)
|
||||
.then(modifier),
|
||||
client = client,
|
||||
captureBackPresses = false,
|
||||
onCreated = {
|
||||
it.setBackgroundColor(android.graphics.Color.TRANSPARENT)
|
||||
it.isVerticalScrollBarEnabled = false
|
||||
|
||||
Reference in New Issue
Block a user