mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-04-17 14:39:48 +02:00
Workaround for Apple bug where firstOtherButtonIndex is not being set
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user