We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e45f1d commit 21f116bCopy full SHA for 21f116b
VideoOS-lua-app/template/wedge/os_wedge_hotspot.lua
@@ -698,13 +698,9 @@ local function registerMedia()
698
wedge.guideParentView:alignBottom()
699
wedge.countDownParentView:alignRight()
700
end
701
- end,
702
- onMediaProgress = function(progress)
703
- -- dispatchAd(cloud.data, progress)
704
705
}
706
media:mediaCallback(callbackTable)
707
- media:startVideoTime()
708
return media
709
710
@@ -1030,7 +1026,7 @@ local function onCreate(data)
1030
1026
1031
1027
if (wedge.launchPlanId ~= nil) then
1032
1028
osTrack(wedge.launchPlanId, 1, 2)
1033
- if(wedgeLinkUrl(data)~=nil)then
1029
+ if (wedgeLinkUrl(data) ~= nil) then
1034
osTrack(wedge.launchPlanId, 2, 2)
1035
1036
0 commit comments