Support load more in PollHistoryService

This commit is contained in:
Alfonso Grillo
2023-01-25 12:05:28 +01:00
parent 92fdc406a3
commit ef19527856
4 changed files with 39 additions and 5 deletions
@@ -80,7 +80,7 @@ struct PollHistory: View {
}
Button {
#warning("handle action in next ticket")
viewModel.send(viewAction: .loadMoreContent)
} label: {
Text(VectorL10n.pollHistoryLoadMore)
.font(theme.fonts.body)