Add “show location“ feature in session overview

This commit is contained in:
Alfonso Grillo
2022-11-02 14:08:32 +01:00
parent ea50296b10
commit f787043129
5 changed files with 33 additions and 8 deletions
@@ -98,7 +98,7 @@ struct UserSessionsOverview: View {
viewModel.send(viewAction: .verifyCurrentSession)
}, onViewDetailsAction: { _ in
viewModel.send(viewAction: .viewCurrentSessionDetails)
})
}, showLocationInformations: viewModel.showLocationInfo)
} header: {
HStack(alignment: .firstTextBaseline) {
Text(VectorL10n.userSessionsOverviewCurrentSessionSectionTitle)