mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Remind button always shows if remindButtonTitle is set #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JagCesar on GitHub (Apr 19, 2016).
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
daysBeforeRemindingis set to zero andremindButtonTitleis set, the remind Button appears in the rate pop up. The bug seems to be in showsRemindButton()showsRemindButton()should return false ifdaysBeforeRemindingis set to zero.@coneybeare commented on GitHub (Apr 21, 2016):
I agree, that looks like an oversight, considering we do a similar check here. I would entertain a pull request fixing it.
@JagCesar commented on GitHub (Apr 22, 2016):
Sweet. I'm on it.