An Android library providing a dialog, which asks the user to rate the app or give feedback. You can also use the library to show the Google in-app review easily under certain conditions.
Apache License 2.0
231
stars
39
forks
source link
Non-static method 'reset(android.content.Context)' cannot be referenced from a static context #67
Hi @harkal18, in Kotlin there is no static function per default. It is possible to bypass this issue with an annotation but that isn't really nice. What is your exact usecase?
please make the function static