mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 09:25:49 +03:00
Renaming a method to avoid confusion
This commit is contained in:
parent
a00508e085
commit
a44c8dfca3
1 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ class VectorSettingsDevicesFragment :
|
|||
|
||||
initWaitingView()
|
||||
initCurrentSessionHeaderView()
|
||||
initCurrentSessionListView()
|
||||
initCurrentSessionView()
|
||||
initOtherSessionsHeaderView()
|
||||
initOtherSessionsView()
|
||||
initSecurityRecommendationsView()
|
||||
|
@ -177,7 +177,7 @@ class VectorSettingsDevicesFragment :
|
|||
activity?.let { SignOutUiWorker(it).perform() }
|
||||
}
|
||||
|
||||
private fun initCurrentSessionListView() {
|
||||
private fun initCurrentSessionView() {
|
||||
views.deviceListCurrentSession.viewVerifyButton.debouncedClicks {
|
||||
viewModel.handle(DevicesAction.VerifyCurrentSession)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue