Exclude the current session from other sessions and security recommendation screens
This commit is contained in:
parent
ef5aaf7525
commit
d2d9da3ef7
@ -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 New Issue
Block a user