Daniel Novak

Results 16 comments of Daniel Novak

Same issues on 4.4.2 Motorola Moto G. Rotating the display will reproduce the issue. And this is more of a problem in case you have a fragment with this fading...

I think I found a clue what might be happening - the listview scroll position is persisted during orientation change, but the fading actionbar doesn't take this into account. I...

Implement support for "stale-while-revalidate" (#1083). This would be a great help for implementing very responsive apps without the need to have a custom DB cache (and usually some RxJava magic...

There is definitely something wrong in the SDK but I can't find the exact issue yet. We are setting the outputMode to Handset in `onStreamCreated()` but under some circumstances the...

Are you maybe using `animateLayoutChanges` on that RecyclerView? We had the same issue and it was because we (unintentionally) had this flag set. https://stackoverflow.com/questions/26477660/recyclerview-crashes-when-scrapped-or-attached-views-may-not-be-recycled/26479862#26479862

Any news? Thank you.

We have started seeing this issue too, I am not sure if we have seen it before 2.24.0. A recent crash happened on Galaxy S21+ 5G running Android 12.

It seems that the latest OpenTok versions don't really play well with devices that have multiple cameras. For example Huawei P30 is broken, but Pixel 4a is fine. How to...

Also - `swapCamera()` will iterate over all cameras on the device. So on a Huwaei it will not switch between front and back, it will switch to back normal, back...

This is still happening - at least on `21.2.0`. Sometimes (very very rarely) each `fetchAndActivate()` takes 20 seconds on my Pixel 4a. No amount of process restarts will fix it....