This commit is contained in:
Benoit Marty 2023-08-22 12:04:52 +02:00 committed by Benoit Marty
parent 12395e9b04
commit 425441546e
1 changed files with 4 additions and 1 deletions

View File

@ -308,7 +308,10 @@ class OtherSessionsFragment :
) )
) )
views.otherSessionsNotFoundTextView.text = getString(R.string.device_manager_other_sessions_no_inactive_sessions_found) views.otherSessionsNotFoundTextView.text = getString(R.string.device_manager_other_sessions_no_inactive_sessions_found)
updateSecurityLearnMoreButton(R.string.device_manager_learn_more_sessions_inactive_title, R.string.device_manager_learn_more_sessions_inactive) updateSecurityLearnMoreButton(
R.string.device_manager_learn_more_sessions_inactive_title,
R.string.device_manager_learn_more_sessions_inactive
)
} }
DeviceManagerFilterType.ALL_SESSIONS -> { /* NOOP. View is not visible */ DeviceManagerFilterType.ALL_SESSIONS -> { /* NOOP. View is not visible */
} }