Skip to content

Commit a44c8df

Browse files
author
Maxime NATUREL
committed
Renaming a method to avoid confusion
1 parent a00508e commit a44c8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vector/src/main/java/im/vector/app/features/settings/devices/v2/VectorSettingsDevicesFragment.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class VectorSettingsDevicesFragment :
102102

103103
initWaitingView()
104104
initCurrentSessionHeaderView()
105-
initCurrentSessionListView()
105+
initCurrentSessionView()
106106
initOtherSessionsHeaderView()
107107
initOtherSessionsView()
108108
initSecurityRecommendationsView()
@@ -177,7 +177,7 @@ class VectorSettingsDevicesFragment :
177177
activity?.let { SignOutUiWorker(it).perform() }
178178
}
179179

180-
private fun initCurrentSessionListView() {
180+
private fun initCurrentSessionView() {
181181
views.deviceListCurrentSession.viewVerifyButton.debouncedClicks {
182182
viewModel.handle(DevicesAction.VerifyCurrentSession)
183183
}

0 commit comments

Comments
 (0)