Giorgio Antonioli

Results 10 comments of Giorgio Antonioli

Same thing here. That happens because with support-v4:23.2.0 GestureDetectorCompat became final

Check `android.disableAutomaticComponentCreation=true`

Thanks for the sample. I'll investigate this.

I've not found a solution yet for this issue. The issue is related to the item animator attached by default to a `RecyclerView`: ```kotlin recyclerView.itemAnimator = null ``` The workaround...

Thanks for submitting this issue. I'll investigate this and get back to you!

I still have not found any way to detect if the user denied the permissions permanently or clicked outside the dialog. In both cases, `shouldShowPermissionsRationale` is `false` and the permissions...

Since it's not mentioned in the issue's description, I just want to point out that the explicit `version` notation in Version catalogs is not supported either: ```toml my-dependency = {...

We have the same exact problem. Unfortunately, we can't reproduce it on some repro-project. I'll leave here some information which could be helpful to fix that: - it happens only...

### com.vanniktech:gradle-maven-publish-plugin * **Version:** [`0.20.0`](https://repo.maven.apache.org/maven2/com/vanniktech/gradle-maven-publish-plugin/0.20.0) -> [`0.22.0`](https://repo.maven.apache.org/maven2/com/vanniktech/gradle-maven-publish-plugin/0.22.0) * **Release Date:** `Sep 9 2022`

Closing this since as @RahulSDeshpande explained, this is the Android OS' behaviour, so it's probably better to not perform any workaround to enable this.