Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use asynchronous checks for launch rate dialog #94

Open
Monabr opened this issue Nov 22, 2023 · 0 comments
Open

Use asynchronous checks for launch rate dialog #94

Monabr opened this issue Nov 22, 2023 · 0 comments

Comments

@Monabr
Copy link

Monabr commented Nov 22, 2023

Hi.

You have a great library and I use it for a long time. Also with .useGoogleInAppReview()

I found out that all check is made in the main thread that is kind of problem.

Also there is no possibility to check if dialog was shown so I would write it to my DataStore and have no needs to check it again.

Why this is a problem?
I want to display rate dialog after the successful action. But there is many such action and moreover they come along with animation. So I don't want to busy main thread by many checks.

Is there any solutions to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant