mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +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(),
|
requireActivity(),
|
||||||
R.string.device_manager_header_section_security_recommendations_title,
|
R.string.device_manager_header_section_security_recommendations_title,
|
||||||
DeviceManagerFilterType.UNVERIFIED,
|
DeviceManagerFilterType.UNVERIFIED,
|
||||||
excludeCurrentDevice = false
|
excludeCurrentDevice = true
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -183,7 +183,7 @@ class VectorSettingsDevicesFragment :
|
||||||
requireActivity(),
|
requireActivity(),
|
||||||
R.string.device_manager_header_section_security_recommendations_title,
|
R.string.device_manager_header_section_security_recommendations_title,
|
||||||
DeviceManagerFilterType.INACTIVE,
|
DeviceManagerFilterType.INACTIVE,
|
||||||
excludeCurrentDevice = false
|
excludeCurrentDevice = true
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue