mirror of
https://github.com/element-hq/element-android
synced 2024-11-24 02:15:35 +03:00
Fixing wrong view reference in title assignment
This commit is contained in:
parent
b9fa4ddfc8
commit
3a9aa7472a
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 = showDeviceListPref.title.toString() + " (V2, WIP)"
|
||||
showDevicesListV2Pref.title = showDevicesListV2Pref.title.toString() + " (V2, WIP)"
|
||||
showDevicesListV2Pref.summary = resources.getQuantityString(R.plurals.settings_active_sessions_count, devices.size, devices.size)
|
||||
|
||||
val userId = session.myUserId
|
||||
|
|
Loading…
Reference in a new issue