File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
vector/src/main/java/im/vector/app/features/settings/devices/v2 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class VectorSettingsDevicesFragment :
102
102
103
103
initWaitingView()
104
104
initCurrentSessionHeaderView()
105
- initCurrentSessionListView ()
105
+ initCurrentSessionView ()
106
106
initOtherSessionsHeaderView()
107
107
initOtherSessionsView()
108
108
initSecurityRecommendationsView()
@@ -177,7 +177,7 @@ class VectorSettingsDevicesFragment :
177
177
activity?.let { SignOutUiWorker (it).perform() }
178
178
}
179
179
180
- private fun initCurrentSessionListView () {
180
+ private fun initCurrentSessionView () {
181
181
views.deviceListCurrentSession.viewVerifyButton.debouncedClicks {
182
182
viewModel.handle(DevicesAction .VerifyCurrentSession )
183
183
}
You can’t perform that action at this time.
0 commit comments