mirror of
https://github.com/nextcloud/talk-android
synced 2025-07-16 17:25:01 +01:00
Some storage module stuff
This commit is contained in:
parent
c2d2787b21
commit
6e0fa8dc80
@ -216,8 +216,8 @@ class DatabaseStorageModule(
|
|||||||
|
|
||||||
override fun getString(
|
override fun getString(
|
||||||
key: String,
|
key: String,
|
||||||
defaultVal: String
|
defaultVal: String?
|
||||||
): String {
|
): String? {
|
||||||
if (key != "message_notification_level"
|
if (key != "message_notification_level"
|
||||||
&& key != "conversation_name"
|
&& key != "conversation_name"
|
||||||
&& key != "conversation_password"
|
&& key != "conversation_password"
|
||||||
|
Loading…
Reference in New Issue
Block a user