Skip to content

Commit

Permalink
Allowing pull to refresh on short list
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jun 13, 2024
1 parent 4497d0c commit 3840afb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ private fun WiFiScannerContent(
) {
Column(
modifier = Modifier
.fillMaxSize()
.verticalScroll(rememberScrollState())
.padding(bottom = 32.dp),
horizontalAlignment = Alignment.CenterHorizontally,
Expand Down

0 comments on commit 3840afb

Please sign in to comment.