Daniel S. Debastiani

Results 8 comments of Daniel S. Debastiani

#40 Describe the same problem.

Indeterminate is the correct term, but is a useful feature.

Yes, I'm sure. My Application class starts others libs like Realm and Fabric the same way. I've been running the app in production by more than 30 days. The error...

Same error for me with this devices: **Motorola:** - Moto E (4) - Moto E (4) Plus - Moto C - Moto C **ASUS** - X008DB - \xe9\xa3\x9e\xe9\xa9\xac2 Plus(X550) **LeMobile**...

I'm getting the same 😞

There is a problem with `Logger` in the `LocationGooglePlayServicesProvider` at `onActivityResult` method. For some reason the `logger` object is `null`. Steps to reproduce the error: 1) Disable the location in...

Not exactly @jay-quetzal . I had to insert a new empty data and reapply the transformation to erase the tags. ``` fun updateData(items: ArrayList) { hashtagView.setData(items, TAG_TRANSFORM) } ``` In...