Some storage module stuff

This commit is contained in:
Mario Danic 2019-12-18 04:22:54 +01:00
parent c2d2787b21
commit 6e0fa8dc80
No known key found for this signature in database
GPG Key ID: CDE0BBD2738C4CC0

View File

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