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