Skip to content

Commit

Permalink
fix: floatingActionButton 80.dp (gkd-kit#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Mar 24, 2024
1 parent 8fb4972 commit 6ba1f4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/kotlin/li/songe/gkd/ui/home/SubsManagePage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ import androidx.compose.foundation.clickable
import androidx.compose.foundation.interaction.MutableInteractionSource
import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxHeight
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.lazy.LazyColumn
import androidx.compose.foundation.lazy.itemsIndexed
Expand Down Expand Up @@ -330,6 +332,9 @@ fun useSubsManagePage(): ScaffoldExt {
}
}
}
item {
Spacer(modifier = Modifier.height(80.dp))
}
}
PullRefreshIndicator(
refreshing = refreshing,
Expand Down

0 comments on commit 6ba1f4a

Please sign in to comment.