Let me start of by thanking you for writing this. Much love.
I ran across a bug and wanted to report it, not sure if I'm missing something. If it's a bug I'll gladly fix it and send a PR.
If daysBeforeReminding is set to zero and remindButtonTitle is set, the remind Button appears in the rate pop up. The bug seems to be in showsRemindButton()
showsRemindButton() should return false if daysBeforeReminding is set to zero.
Hey!
Let me start of by thanking you for writing this. Much love.
I ran across a bug and wanted to report it, not sure if I'm missing something. If it's a bug I'll gladly fix it and send a PR.
If
daysBeforeReminding
is set to zero andremindButtonTitle
is set, the remind Button appears in the rate pop up. The bug seems to be in showsRemindButton()showsRemindButton()
should return false ifdaysBeforeReminding
is set to zero.