mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 09:55:40 +03:00
Exclude the current session from other sessions and security recommendation screens
This commit is contained in:
parent
ef5aaf7525
commit
d2d9da3ef7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue