mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +03:00
Format
This commit is contained in:
parent
12395e9b04
commit
425441546e
1 changed files with 4 additions and 1 deletions
|
@ -308,7 +308,10 @@ class OtherSessionsFragment :
|
|||
)
|
||||
)
|
||||
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 */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue