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-12 19:14:28 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b3bd022fea1ecdc37b9d00b1f94b0535b900069a
b3bd022f
1 parent
b247bc8e
fix async ccms v3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
.DS_Store
SwiftWarplyFramework/SwiftWarplyFramework/MFYViewController.swift
.DS_Store
View file @
b3bd022
No preview for this file type
SwiftWarplyFramework/SwiftWarplyFramework/MFYViewController.swift
View file @
b3bd022
...
...
@@ -29,7 +29,7 @@ import SwiftEventBus
SwiftEventBus
.
onMainThread
(
self
,
name
:
"ccms_retrieved"
)
{
result
in
print
(
"===== SwiftEventBus ccms_retrieved ====="
)
self
.
campaigns
=
swiftApi
()
.
merge
G
FYCCMSLoyaltyCampaigns
(
campaigns
:
swiftApi
()
.
getCCMSLoyaltyCampaigns
())
self
.
campaigns
=
swiftApi
()
.
merge
M
FYCCMSLoyaltyCampaigns
(
campaigns
:
swiftApi
()
.
getCCMSLoyaltyCampaigns
())
self
.
tableView
.
reloadData
()
}
...
...
Please
register
or
login
to post a comment