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-09-29 16:19:16 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
68f8d8d1d6e1f86525362c5fdeaaf79427b25398
68f8d8d1
1 parent
0b389058
fix widget meters event
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
SwiftWarplyFramework/SwiftWarplyFramework/swiftApi.swift
View file @
68f8d8d
...
...
@@ -180,7 +180,7 @@ public class swiftApi {
let
pacingEvent
=
swiftApi
.
HealthEventModel
()
pacingEvent
.
_meters
=
metersCount
+
oldDayMeters
//
SwiftEventBus.post("meters_sent", sender: pacingEvent)
SwiftEventBus
.
post
(
"meters_sent"
,
sender
:
pacingEvent
)
print
(
"=== MetersCount ==="
)
print
(
metersCount
)
...
...
Please
register
or
login
to post a comment