mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-02 14:54:25 +02:00
fix: disable WebView
history (#1278)
This commit is contained in:
parent
e0f8d06152
commit
a86923aee1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user