mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 18:35:40 +03:00
small typo
This commit is contained in:
parent
088e8bc9f9
commit
f3a2c467ed
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class LoginServerSelectionFragment @Inject constructor() : AbstractLoginFragment
|
|||
}
|
||||
|
||||
@OnClick(R.id.loginServerChoiceModularLearnMore)
|
||||
fun learMore() {
|
||||
fun learnMore() {
|
||||
openUrlInExternalBrowser(requireActivity(), MODULAR_LINK)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue