mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 16:37:32 +01:00
fix: space below section selector in user detail
This commit is contained in:
parent
ba7c197957
commit
32c32baf86
@ -296,6 +296,7 @@ class UserDetailScreen(
|
||||
model.reduce(UserDetailMviModel.Intent.ChangeSection(section))
|
||||
},
|
||||
)
|
||||
Spacer(modifier = Modifier.height(Spacing.m))
|
||||
}
|
||||
}
|
||||
if (uiState.section == UserDetailSection.Posts) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user