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
{{ message }}
This repository was archived by the owner on Feb 12, 2026. It is now read-only.
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.
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.