Chalermpong Satayavibul

Results 16 comments of Chalermpong Satayavibul

Here is what I found: When changing the folder, a new `MediaSelectionFragment` is created and replaces the old Fragment. Each `MediaSelectionFragment` has its own loading process (`AlbumMediaCollection`) which will be...

@argzdev Here is the code that can reproduce this issue. https://github.com/chalermpong/FirebaseEngagementTime

@tompesman I posted my workaround [here](https://stackoverflow.com/a/70488316/9527268). Let's see if it's work on your project.

@tompesman You are right. I'm not sure if there is any side effect. @argzdev Could you help us confirm if there are no side effects from using this workaround? Instead...

I also got this warning. I'm using Firebase-Auth 21.0.6. Here is the warning message from Google Play Console. > Warning > > The developer of play-services-safetynet (com.google.android.gms:play-services-safetynet) has reported critical...

> This will need to be behind an opt-in flag (codegenModels.set("operationBased2")) to avoid breaking all the users that currently rely on operationBased codegen OK. > Given that Java doesn't have...

> This will need to be behind an opt-in flag (codegenModels.set("operationBased2")) to avoid breaking all the users that currently rely on operationBased codegen Added. @martinbonnin I have revised code as...

Design doc added. But I will revise my code a bit as I described in [comment](https://github.com/apollographql/apollo-kotlin/pull/4370#discussion_r967688486).

@martinbonnin First of all. Thank you for being patient with my issue. I think I am the only one who cannot use `responseBased` codegen and needs this feature. For `animal`...

@martinbonnin I revised code. Now it's ready for review.