mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-03 19:57:40 +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))
|
model.reduce(UserDetailMviModel.Intent.ChangeSection(section))
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
Spacer(modifier = Modifier.height(Spacing.m))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (uiState.section == UserDetailSection.Posts) {
|
if (uiState.section == UserDetailSection.Posts) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user