Renaming a method to avoid confusion

This commit is contained in:
Maxime NATUREL 2022-12-07 15:10:21 +01:00
parent a00508e085
commit a44c8dfca3

View file

@ -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)
} }