Skip to content

Commit 0e77e59

Browse files
committed
Update KernelScreen.kt
enabled scrolling when the menu has multiple attributes
1 parent d05fe71 commit 0e77e59

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/src/main/java/tridefender/llama/snapdragon/ui/kernel/KernelScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import androidx.compose.foundation.layout.*
99
import androidx.compose.foundation.rememberScrollState
1010
import androidx.compose.foundation.shape.RoundedCornerShape
1111
import androidx.compose.foundation.verticalScroll
12+
import androidx.compose.foundation.verticalScroll
1213
import androidx.compose.material.icons.Icons
1314
import androidx.compose.material.icons.filled.CloudDownload
1415
import androidx.compose.material.icons.filled.Delete
@@ -518,6 +519,7 @@ private fun DownloadDialog(
518519
modifier = Modifier
519520
.fillMaxWidth()
520521
.heightIn(max = 400.dp)
522+
.verticalScroll(rememberScrollState())
521523
) {
522524
if (isLoading) {
523525
Box(

0 commit comments

Comments
 (0)