Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 82f17fbb authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

add default

parent 888fa5d8
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -59,12 +59,15 @@ public class RichElementTypeAdapter extends TypeAdapter<RichElement> {
                        in.beginObject();
                        read(richElement, in);
                        in.endObject();

                        break;

                    case BEGIN_ARRAY:
                        in.beginArray();
                        in.endArray();
                        break;

                    default:
                        // do nothing
                        break;
                }