You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: