Skip to content

Commit 4254415

Browse files
committed
Format
1 parent 12395e9 commit 4254415

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

vector/src/main/java/im/vector/app/features/settings/devices/v2/othersessions/OtherSessionsFragment.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,10 @@ class OtherSessionsFragment :
308308
)
309309
)
310310
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)
311+
updateSecurityLearnMoreButton(
312+
R.string.device_manager_learn_more_sessions_inactive_title,
313+
R.string.device_manager_learn_more_sessions_inactive
314+
)
312315
}
313316
DeviceManagerFilterType.ALL_SESSIONS -> { /* NOOP. View is not visible */
314317
}

0 commit comments

Comments
 (0)