Added missing contacts settings expand value initialization

This commit is contained in:
Sylvain Berfini 2024-03-12 15:35:14 +01:00
parent 44009cfd92
commit 2de4067b03

View file

@ -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