We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12395e9 commit 4254415Copy full SHA for 4254415
vector/src/main/java/im/vector/app/features/settings/devices/v2/othersessions/OtherSessionsFragment.kt
@@ -308,7 +308,10 @@ class OtherSessionsFragment :
308
)
309
310
views.otherSessionsNotFoundTextView.text = getString(R.string.device_manager_other_sessions_no_inactive_sessions_found)
311
- updateSecurityLearnMoreButton(R.string.device_manager_learn_more_sessions_inactive_title, R.string.device_manager_learn_more_sessions_inactive)
+ updateSecurityLearnMoreButton(
312
+ R.string.device_manager_learn_more_sessions_inactive_title,
313
+ R.string.device_manager_learn_more_sessions_inactive
314
+ )
315
}
316
DeviceManagerFilterType.ALL_SESSIONS -> { /* NOOP. View is not visible */
317
0 commit comments