mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-01-14 14:23:25 +01:00
Remind Later issue #1
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 @AlexZd on GitHub (Sep 29, 2014).
When I click this this (Remind Later) button iTunes or StoreKit opens anyway.
Also it isn't enough debug mode only. It appears only when I placed:
Armchair.debugEnabled(true)
Armchair.userDidSignificantEvent(true)
@coneybeare commented on GitHub (Sep 30, 2014):
This is because UIAlertView's firstOtherButtonIndex is not being set correctly despite the indication it should be in the UIAlertView header. I have swapped it to "1" instead and will push up to master in a bit.
@coneybeare commented on GitHub (Sep 30, 2014):
Fixed in
af5e5af4da@AlexZd commented on GitHub (Oct 1, 2014):
thank you