mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Fixing title in the settings entry
This commit is contained in:
parent
fa8f72c909
commit
2158661e77
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class VectorSettingsSecurityPrivacyFragment @Inject constructor(
|
|||
showDeviceListPref.summary = resources.getQuantityString(R.plurals.settings_active_sessions_count, devices.size, devices.size)
|
||||
|
||||
showDevicesListV2Pref.isVisible = vectorFeatures.isNewDeviceManagementEnabled()
|
||||
showDevicesListV2Pref.title = showDevicesListV2Pref.title.toString() + " (V2, WIP)"
|
||||
showDevicesListV2Pref.title = getString(R.string.settings_active_sessions_show_all) + " (V2, WIP)"
|
||||
showDevicesListV2Pref.summary = resources.getQuantityString(R.plurals.settings_active_sessions_count, devices.size, devices.size)
|
||||
|
||||
val userId = session.myUserId
|
||||
|
|
Loading…
Add table
Reference in a new issue