diff --git a/Example/en.lproj/Main.storyboard b/Example/en.lproj/Main.storyboard index 744eca5..c101f65 100644 --- a/Example/en.lproj/Main.storyboard +++ b/Example/en.lproj/Main.storyboard @@ -1,8 +1,7 @@ - + - - + diff --git a/Source/Armchair.swift b/Source/Armchair.swift index b5d670e..48e8212 100644 --- a/Source/Armchair.swift +++ b/Source/Armchair.swift @@ -1203,7 +1203,7 @@ public class Manager : ArmchairManager { if (alertView.cancelButtonIndex == buttonIndex || 0 == buttonIndex) { // they don't want to rate it dontRate() - } else if (showsRemindButton() && alertView.firstOtherButtonIndex == buttonIndex) { + } else if (showsRemindButton() && 1 == buttonIndex) { // remind them later remindMeLater() } else {