Post rebase fix

This commit is contained in:
Maxime NATUREL 2022-09-02 14:37:49 +02:00
parent 8d378408c5
commit 2b50208a23
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class VectorSettingsDevicesFragment :
private fun hideCurrentSessionView() {
views.deviceListHeaderCurrentSession.isVisible = false
views.deviceListCurrentSession.isVisible = false
views.deviceListCurrentSessionDivider.isVisible = false
views.deviceListDividerCurrentSession.isVisible = false
}
private fun handleRequestStatus(unIgnoreRequest: Async<Unit>) {