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
This library crashes with a StackOverFlow exception on Android 13 devices.
It enters a loop on in the callback methods:
com.kobakei.ratethisapp.RateThisApp.onCancelClicked (RateThisApp.java:475)
com.kobakei.ratethisapp.RateThisApp.onNoClicked (RateThisApp.java:467)
and the OnYesClicked too.
The text was updated successfully, but these errors were encountered:
This library crashes with a StackOverFlow exception on Android 13 devices.
It enters a loop on in the callback methods:
com.kobakei.ratethisapp.RateThisApp.onCancelClicked (RateThisApp.java:475)
com.kobakei.ratethisapp.RateThisApp.onNoClicked (RateThisApp.java:467)
and the OnYesClicked too.
The text was updated successfully, but these errors were encountered: