调整部分 UI
This commit is contained in:
@@ -45,8 +45,12 @@ fun FollowerScreen() {
|
||||
val model = FollowerViewModel
|
||||
var dataFlow = model.followerItemsFlow
|
||||
var followers = dataFlow.collectAsLazyPagingItems()
|
||||
NoticeScreenHeader("FOLLOWERS")
|
||||
Spacer(modifier = Modifier.height(28.dp))
|
||||
Box(
|
||||
modifier = Modifier.fillMaxWidth().padding(vertical = 16.dp)
|
||||
) {
|
||||
NoticeScreenHeader("FOLLOWERS")
|
||||
|
||||
}
|
||||
LaunchedEffect(Unit) {
|
||||
model.updateNotice()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user