mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 12:39:58 +01:00
Fix for conversation info
This commit is contained in:
parent
6e0fa8dc80
commit
7d4b17759a
@ -230,9 +230,9 @@ class DatabaseStorageModule(
|
||||
valueFromDb.value
|
||||
}
|
||||
} else if (key == "message_notification_level") {
|
||||
return messageNotificationLevel!!
|
||||
return messageNotificationLevel
|
||||
} else if (key == "conversation_name") {
|
||||
return conversationNameValue!!
|
||||
return conversationNameValue
|
||||
} else if (key == "conversation_password") {
|
||||
return ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user