mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added missing contacts settings expand value initialization
This commit is contained in:
parent
44009cfd92
commit
2de4067b03
1 changed files with 1 additions and 0 deletions
|
|
@ -146,6 +146,7 @@ class SettingsViewModel @UiThread constructor() : ViewModel() {
|
|||
|
||||
expandCalls.value = false
|
||||
expandConversations.value = false
|
||||
expandContacts.value = false
|
||||
expandMeetings.value = false
|
||||
expandNetwork.value = false
|
||||
expandUserInterface.value = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue