Skip to content

Commit

Permalink
fix isWebBased flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedshortcut committed Mar 25, 2022
1 parent 0e29364 commit cc3fded
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ internal class TSMobileAnalyticsBackend : TSMobileAnalytics {
TSMConfigUtil.syncConfig(activity, applicationName ?: "")
}

initTags(activity, cpID!!, applicationName!!, onlyPanelist, isWebViewBased,twaInfo)
initTags(activity, cpID!!, applicationName!!, onlyPanelist, isWebBased,twaInfo)

sendAppStartEvent()

Expand Down

0 comments on commit cc3fded

Please sign in to comment.