mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 09:55:40 +03:00
Remove unused bad function call
This commit is contained in:
parent
006e2b5c0d
commit
1437f6d41d
1 changed files with 0 additions and 2 deletions
|
@ -765,8 +765,6 @@ class OnboardingViewModel @AssistedInject constructor(
|
|||
_viewEvents.post(OnboardingViewEvents.OutdatedHomeserver)
|
||||
}
|
||||
|
||||
checkQrCodeLoginCapability(config)
|
||||
|
||||
when (trigger) {
|
||||
is OnboardingAction.HomeServerChange.SelectHomeServer -> {
|
||||
onHomeServerSelected(config, serverTypeOverride, authResult)
|
||||
|
|
Loading…
Reference in a new issue