From 0beb260b007da78d2b42813345e5ecf007af9370 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Fri, 2 Dec 2022 21:36:58 +0000 Subject: [PATCH] android: json parsing settings explicitNulls = false --- .../app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/android/app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt b/apps/android/app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt index 3e1165fe5b..0bd602b82a 100644 --- a/apps/android/app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt +++ b/apps/android/app/src/main/java/chat/simplex/app/model/SimpleXAPI.kt @@ -2313,6 +2313,7 @@ val json = Json { prettyPrint = true ignoreUnknownKeys = true encodeDefaults = true + explicitNulls = false } @Serializable