Marcin Środa

Results 3 comments of Marcin Środa

Any ideas when it'll be fixed? It's really terrible that it has an effect on docs (formatted with tabs): ``` /** * @param message The payload. * @param someParam Something...

The fastest workaround for my case was to modify GsonMessageAdapter a little bit. ``` /* * © 2018 Match Group, LLC. */ package com.tinder.scarlet.messageadapter.gson import com.google.gson.Gson import com.google.gson.TypeAdapter import com.google.gson.reflect.TypeToken...

Similiar to https://github.com/Tinder/Scarlet/issues/37