Tom Bell

Results 11 comments of Tom Bell

Network call proof ![image](https://user-images.githubusercontent.com/88296617/182727057-36a14e21-aea1-4c00-974b-8b382f2fc7a5.png) ![image](https://user-images.githubusercontent.com/88296617/182726951-6b0824f2-5e75-4723-bcff-d21720e0332d.png)

This is still an issue and should not be closed without investigation. I've attached a sample above to repro. On Sat, 16 Apr 2022, 7:58 pm stale[bot], ***@***.***> wrote: >...

Related? https://issuetracker.google.com/issues/248274004

I'm also suffering from this. In the past I was able to fix via fillMaxSize but now it doesn't seem to have any impact. I have a dashboard with a...

I'm unable to receive on my Google Pixel 6 (Android 14) from my MBP (Sonama 14.5) The Google Files app no [longer has a Nearby Share option](https://www.androidpolice.com/google-files-goes-tab-less-latest-redesign/). Apparently the new...

@nezorflame That's not it, look for `com.google.android.gms.nearby.sharing.ReceiveSurfaceActivity`

Had this issue too, switched to https://github.com/eps1lon/actions-label-merge-conflict which works

As a workaround you can force gradle to use a safe version of soloader. ``` implementation(libs.cloudinary) constraints { implementation("com.facebook.soloader:soloader:0.10.4") { because("previous versions crash on some 64bit devices") } } ```