Open Grohden opened 6 years ago
@Grohden you need to use at least a FragmentActivity or some of its children
@epool luckly our activity hierarchy had a FragmentActivity in it at some point, so i could solve this error (i updated this lib yesterday, it was using context as argument before)... But this isn't bad? removing the support of the "normal" activity does not break some projects?
It clearly broke my project. I updated from 0.9.5 to 0.10.2 and was surprised to see that I wasn't able anymore to use an activity.
Why such a limitation?
The readme says:
but i actually can't use an activity with the current constructors..or can i?
I think this commit removed the activity constructors.. so what should i do now?