mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +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)
|
||||
.then(modifier),
|
||||
client = client,
|
||||
captureBackPresses = false,
|
||||
onCreated = {
|
||||
it.setBackgroundColor(android.graphics.Color.TRANSPARENT)
|
||||
it.isVerticalScrollBarEnabled = false
|
||||
|
Loading…
Reference in New Issue
Block a user