Exclude the current session from other sessions and security recommendation screens

This commit is contained in:
Maxime NATUREL 2022-10-26 15:17:37 +02:00
parent ef5aaf7525
commit d2d9da3ef7

View file

@ -173,7 +173,7 @@ class VectorSettingsDevicesFragment :
requireActivity(),
R.string.device_manager_header_section_security_recommendations_title,
DeviceManagerFilterType.UNVERIFIED,
excludeCurrentDevice = false
excludeCurrentDevice = true
)
}
}
@ -183,7 +183,7 @@ class VectorSettingsDevicesFragment :
requireActivity(),
R.string.device_manager_header_section_security_recommendations_title,
DeviceManagerFilterType.INACTIVE,
excludeCurrentDevice = false
excludeCurrentDevice = true
)
}
}