Minor cleanup
This commit is contained in:
@@ -150,7 +150,7 @@ fun EhLoginWebViewScreen(
|
||||
Box(
|
||||
Modifier
|
||||
.fillMaxSize()
|
||||
.background(Color(0xb5000000))
|
||||
.background(Color(0xb5000000)),
|
||||
) {
|
||||
Dialog(onDismissRequest = { showAdvancedOptions = false }) {
|
||||
fun loadUrl(url: String) {
|
||||
|
||||
Reference in New Issue
Block a user