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()
|
initWaitingView()
|
||||||
initCurrentSessionHeaderView()
|
initCurrentSessionHeaderView()
|
||||||
initCurrentSessionListView()
|
initCurrentSessionView()
|
||||||
initOtherSessionsHeaderView()
|
initOtherSessionsHeaderView()
|
||||||
initOtherSessionsView()
|
initOtherSessionsView()
|
||||||
initSecurityRecommendationsView()
|
initSecurityRecommendationsView()
|
||||||
|
@ -177,7 +177,7 @@ class VectorSettingsDevicesFragment :
|
||||||
activity?.let { SignOutUiWorker(it).perform() }
|
activity?.let { SignOutUiWorker(it).perform() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun initCurrentSessionListView() {
|
private fun initCurrentSessionView() {
|
||||||
views.deviceListCurrentSession.viewVerifyButton.debouncedClicks {
|
views.deviceListCurrentSession.viewVerifyButton.debouncedClicks {
|
||||||
viewModel.handle(DevicesAction.VerifyCurrentSession)
|
viewModel.handle(DevicesAction.VerifyCurrentSession)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue