Show bottom sheet in rename session screen

This commit is contained in:
Alfonso Grillo
2022-10-28 15:55:46 +02:00
parent b5b6154a39
commit 7fd958be86
5 changed files with 15 additions and 4 deletions
@@ -39,8 +39,7 @@ struct UserSessionName: View {
InlineTextButton(VectorL10n.manageSessionNameInfo("%@"),
tappableText: VectorL10n.manageSessionNameInfoLink) {
hideKeyboard()
viewModel.showBottomSheet = true
viewModel.send(viewAction: .learnMore)
}
.foregroundColor(theme.colors.secondaryContent)
}