Tom Bell
Tom Bell
Network call proof  
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: >...
Important please, this is still an issue.
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") } } ```