Commit 9b3d73a
committed
Fix NPE when reading null keys in Message metadata
Added a null check for keys when deserializing metadata in the Message class to prevent NullPointerException during parceling.1 parent ee2d621 commit 9b3d73a
File tree
1 file changed
+3
-1
lines changed- kommunicate/src/main/java/io/kommunicate/devkit/api/conversation
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| |||
0 commit comments