dudeck
dudeck
Unfortuanatelly, it still occurs on ACS v.2.2.0. This issue is more reproducible when during beeing in Lobby app goes to background and then is moved back to foreground. Then when...
Tested on 2.4.0-alpha.1 and couldn't reproduce.
Yes, we integrated our app with CallKit. That's great that you're working on this feature, we'll use it as soon as it's ready and stable for our purposes. Although we...
Yes, we need this
> maybe this will give you some ideas > > Data > > * device: Pixel 5a > * test from the comment above > > Test > > 1....
> Using `androidx.compose.runtime.ReusableContentHost()` or friends would likely get rid of the OOM. This will leverage the ReusableComposition support from the recent release. SubcomposeLayout can be used for this as well,...
@bubenheimer yes, you are right. I mean when I use like you said it works only if my composable with map is NOT INSIDE a LazyColumn (as LazyListScope item). Otherwise...
Thanks, so is it possible to use ReusableComposition to have GoogleMaps composable inside LazyColumn that would get rid off OOM issue or maybe could you suggest other solution ? In...
@darshankawar Thanks you for your response. We are using go_router v.9.0.0 in production, but i checked also on 10.0.0 and it is the same problem.
> I tested on my pixel with go_router 9.0.0 and 10.0.0 and I can't reproduce the issue. > > Can you provide more information? > > like the testing device,...