Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_sdk_framework
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Manos Chorianopoulos
2022-07-06 14:31:22 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ff8269b00cb9abad375952aab9eef3a0b8e432f
4ff8269b
1 parent
01373281
fix CampaignViewController addUserTag event
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
SwiftWarplyFramework/SwiftWarplyFramework/CampaignViewController.swift
View file @
4ff8269
...
...
@@ -49,7 +49,6 @@ import SwiftEventBus
SwiftEventBus
.
post
(
"questionnaire"
,
sender
:
questionnaireEvent
)
swiftApi
()
.
setUserTag
(
String
(
eventArray
[
2
]))
self
.
navigationController
?
.
popViewController
(
animated
:
true
)
}
else
if
(
eventArray
[
1
]
==
"couponRetrieved"
)
{
let
couponEvent
=
swiftApi
.
CouponEventModel
()
...
...
Please
register
or
login
to post a comment