Leoš Dostál

Results 6 issues of Leoš Dostál

Hi, I'm using your EnhancedListView and it's great, but I have problem with it in combination with SwipeRefreshLayout from support library. If you swipe verticaly during swiping horizontaly it stops...

Fixed `DrawableShape` fade-out animation in the Compose ConfettiView. Currently, it doesn't work as expected. It juts flickers somehow.

If I update the SDK from `1.0.0-beta18` to `1.0.1` or `1.0.2` I get several errors on compile time. Here is the log: ``` error: cannot access ShowkaseComposable import com.airbnb.android.showkase.annotation.ShowkaseComposable; class...

I'm using `Showkase.getBrowserIntent(context)` to start the browser activity with my previews. It starts and shows the options (Components, Colors, and Typography) correctly. But if click on any option, only the...

It appears that you are using a deprecated method from the GSON library. It's `GsonPreconditions.checkNotNull()`. ``` @Deprecated public static T checkNotNull(T obj) { if (obj == null) { throw new...

After updating Kotlin to version 2.1.0, I can't build the project. I'm getting ``` java.lang.IllegalArgumentException: Provided Metadata instance has version 2.1.0, while maximum supported version is 2.0.0. To support newer...