mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-26 11:01:10 +01:00
Merge pull request #47 from JagCesar/master
Fixes bug related to remind button
This commit is contained in:
@@ -1134,7 +1134,7 @@ public class Manager : ArmchairManager {
|
||||
}
|
||||
|
||||
private func showsRemindButton() -> Bool {
|
||||
return (remindButtonTitle != nil)
|
||||
return (daysBeforeReminding > 0 && remindButtonTitle != nil)
|
||||
}
|
||||
|
||||
private func showRatingAlert() {
|
||||
|
||||
Reference in New Issue
Block a user