extra space
This commit is contained in:
parent
b076ad3316
commit
1698b21dd8
@ -29,7 +29,7 @@ public extension MVMCoreAlertObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let alert = MVMCoreAlertObject(popupAlertWithTitle: alertJson.optionalStringForKey(KeyTitle),
|
let alert = MVMCoreAlertObject(popupAlertWithTitle: alertJson.optionalStringForKey(KeyTitle),
|
||||||
message: alertJson.optionalStringForKey(KeyMessage),
|
message: alertJson.optionalStringForKey(KeyMessage),
|
||||||
actions: actionsForAlert,
|
actions: actionsForAlert,
|
||||||
isGreedy: false)
|
isGreedy: false)
|
||||||
return alert
|
return alert
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user