mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-07-11 23:32:50 +02:00
removed duplicate cancel action
This commit is contained in:
@@ -1262,7 +1262,7 @@ open class Manager : ArmchairManager {
|
|||||||
} else {
|
} else {
|
||||||
/// Didn't show storekit prompt, present app store manually
|
/// Didn't show storekit prompt, present app store manually
|
||||||
let alertView : UIAlertController = UIAlertController(title: reviewTitle, message: reviewMessage, preferredStyle: UIAlertControllerStyle.alert)
|
let alertView : UIAlertController = UIAlertController(title: reviewTitle, message: reviewMessage, preferredStyle: UIAlertControllerStyle.alert)
|
||||||
alertView.addAction(UIAlertAction(title: rateButtonTitle, style:UIAlertActionStyle.cancel, handler: {
|
alertView.addAction(UIAlertAction(title: rateButtonTitle, style:UIAlertActionStyle.default, handler: {
|
||||||
(alert: UIAlertAction!) in
|
(alert: UIAlertAction!) in
|
||||||
self._rateApp()
|
self._rateApp()
|
||||||
}))
|
}))
|
||||||
|
|||||||
Reference in New Issue
Block a user