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