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